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 <fedor.indutny@gmail.com>
master
Sam Roberts 5 years ago
parent a0c034c0c7
commit 1c02cb97fa

@ -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"

Loading…
Cancel
Save