mirror of
https://github.com/curl/curl.git
synced 2026-08-05 01:06:13 +03:00
quiche: reject headers in the wrong order
Pseudo header MUST come before regular headers or cause an error. Reported-by: Cynthia Coan Fixes #4571 Closes #4584
This commit is contained in:
parent
8686aab694
commit
b3eb7d172a
5 changed files with 14 additions and 4 deletions
|
|
@ -501,7 +501,9 @@ typedef enum {
|
|||
CURLE_FTP_COULDNT_SET_TYPE, /* 17 */
|
||||
CURLE_PARTIAL_FILE, /* 18 */
|
||||
CURLE_FTP_COULDNT_RETR_FILE, /* 19 */
|
||||
CURLE_OBSOLETE20, /* 20 - NOT USED */
|
||||
CURLE_HTTP3, /* 20 - An HTTP/3 layer problem.
|
||||
[was obsoleted in August 2007 for 7.17.0,
|
||||
reused in November 2019 for 7.67.1] */
|
||||
CURLE_QUOTE_ERROR, /* 21 - quote command failure */
|
||||
CURLE_HTTP_RETURNED_ERROR, /* 22 */
|
||||
CURLE_WRITE_ERROR, /* 23 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue