We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d9044 commit 8e493fbCopy full SHA for 8e493fb
tests/modsecurity-request-body.t
@@ -138,7 +138,9 @@ like(
138
http(
139
'POST /useauth HTTP/1.0' . CRLF
140
. 'Content-Length: 64' . CRLF . CRLF
141
- . 'BODY' x 16
+ . 'BODY' x 15,
142
+ sleep => 0.1,
143
+ body => 'BODY'
144
),
145
qr/TEST-OK-IF-YOU-SEE-THIS/,
146
'POST with auth_request (request size < client_header_buffer_size), no preread'
0 commit comments