Skip to content

Commit

Permalink
fix chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Aug 6, 2024
1 parent a3e5c3a commit af1210d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/requests/valid/025.http
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
POST /chunked_not_last HTTP/1.1\r\n
POST /chunked HTTP/1.1\r\n
Transfer-Encoding: gzip\r\n
Transfer-Encoding: chunked\r\n
\r\n
5\r\n
hello\r\n
6\r\n
world\r\n
0\r\n
\r\n
1 change: 1 addition & 0 deletions tests/requests/valid/025_line.http
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Transfer-Encoding: gzip,chunked\r\n
hello\r\n
6\r\n
world\r\n
0\r\n
\r\n

0 comments on commit af1210d

Please sign in to comment.