Skip to content

Commit b207248

Browse files
committed
Fix content-length in a regression test case
1 parent c6788cb commit b207248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/regression/config/10-request-directives.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2700,7 +2700,7 @@
27002700
POST => "http://$ENV{SERVER_NAME}:$ENV{SERVER_PORT}/test.txt",
27012701
[
27022702
"Content-Type" => "application/json",
2703-
"Content-Length" => "8192",
2703+
"Content-Length" => "8219",
27042704
],
27052705
'{"a":1,"b":"' . 'b' x 8192 . '","bad_name":1,',
27062706
),

0 commit comments

Comments
 (0)