mirror of
https://github.com/curl/curl.git
synced 2026-08-11 17:40:55 +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
|
|
@ -84,6 +84,7 @@ CURLE_FUNCTION_NOT_FOUND 7.1
|
|||
CURLE_GOT_NOTHING 7.9.1
|
||||
CURLE_HTTP2 7.38.0
|
||||
CURLE_HTTP2_STREAM 7.49.0
|
||||
CURLE_HTTP3 7.68.0
|
||||
CURLE_HTTP_NOT_FOUND 7.1
|
||||
CURLE_HTTP_PORT_FAILED 7.3 7.12.0
|
||||
CURLE_HTTP_POST_ERROR 7.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue