Skip to content
This repository was archived by the owner on Dec 9, 2020. It is now read-only.

Commit 1c02cb9

Browse files
committed
Correct test name and numbering
It doesn't matter yet, but two tests had the same name, and same test position macro. PR-URL: nodejs/http-parser#497 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
1 parent a0c034c commit 1c02cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,8 +1219,8 @@ const struct message requests[] =
12191219
,.chunk_lengths= { 0x1e }
12201220
}
12211221

1222-
#define POST_MULTI_LINE_TE_LAST_CHUNKED 43
1223-
, {.name= "post - multi coding transfer-encoding chunked body"
1222+
#define POST_MULTI_LINE_TE_LAST_CHUNKED 44
1223+
, {.name= "post - multi line coding transfer-encoding chunked body"
12241224
,.type= HTTP_REQUEST
12251225
,.raw= "POST / HTTP/1.1\r\n"
12261226
"Transfer-Encoding: deflate,\r\n"

0 commit comments

Comments
 (0)