mirror of
https://github.com/curl/curl.git
synced 2026-07-24 11:17:22 +03:00
parent
60ab58a8a5
commit
4651d4c76b
20 changed files with 29 additions and 32 deletions
|
|
@ -342,7 +342,7 @@ static CURLcode test_unit1658(const char *arg)
|
|||
"h2"
|
||||
"\x00\x03" /* RR (3 == PORT) */
|
||||
"\x00\x03" /* data size */
|
||||
"\x12\x34\x00", /* 24 bit port number! */
|
||||
"\x12\x34\x00", /* 24-bit port number */
|
||||
17,
|
||||
"r:43|"
|
||||
},
|
||||
|
|
@ -356,7 +356,7 @@ static CURLcode test_unit1658(const char *arg)
|
|||
"h2"
|
||||
"\x00\x03" /* RR (3 == PORT) */
|
||||
"\x00\x01" /* data size */
|
||||
"\x12", /* 8 bit port number! */
|
||||
"\x12", /* 8-bit port number */
|
||||
15,
|
||||
"r:43|"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue