From 1c02cb97fa551f92ed0467033250fcda3554d14a Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Wed, 12 Feb 2020 16:31:12 -0800 Subject: [PATCH] Correct test name and numbering It doesn't matter yet, but two tests had the same name, and same test position macro. PR-URL: https://github.com/nodejs/http-parser/pull/497 Reviewed-By: Fedor Indutny --- test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.c b/test.c index c979467..d088179 100644 --- a/test.c +++ b/test.c @@ -1219,8 +1219,8 @@ const struct message requests[] = ,.chunk_lengths= { 0x1e } } -#define POST_MULTI_LINE_TE_LAST_CHUNKED 43 -, {.name= "post - multi coding transfer-encoding chunked body" +#define POST_MULTI_LINE_TE_LAST_CHUNKED 44 +, {.name= "post - multi line coding transfer-encoding chunked body" ,.type= HTTP_REQUEST ,.raw= "POST / HTTP/1.1\r\n" "Transfer-Encoding: deflate,\r\n"