From af1210d8b662491564066d4f62b71a8222bf9b2f Mon Sep 17 00:00:00 2001 From: benoitc Date: Tue, 6 Aug 2024 23:40:51 +0200 Subject: [PATCH] fix chunks --- tests/requests/valid/025.http | 3 ++- tests/requests/valid/025_line.http | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/requests/valid/025.http b/tests/requests/valid/025.http index 09c707777..e1cc2b580 100644 --- a/tests/requests/valid/025.http +++ b/tests/requests/valid/025.http @@ -1,4 +1,4 @@ -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 @@ -6,4 +6,5 @@ Transfer-Encoding: chunked\r\n hello\r\n 6\r\n world\r\n +0\r\n \r\n diff --git a/tests/requests/valid/025_line.http b/tests/requests/valid/025_line.http index a69884c98..bde502671 100644 --- a/tests/requests/valid/025_line.http +++ b/tests/requests/valid/025_line.http @@ -5,4 +5,5 @@ Transfer-Encoding: gzip,chunked\r\n hello\r\n 6\r\n world\r\n +0\r\n \r\n