mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:33:33 +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
|
|
@ -52,7 +52,7 @@ e16: Error in the HTTP2 framing layer
|
|||
e17: FTP: couldn't set file type
|
||||
e18: Transferred a partial file
|
||||
e19: FTP: couldn't retrieve (RETR failed) the specified file
|
||||
e20: Unknown error
|
||||
e20: HTTP/3 error
|
||||
e21: Quote command returned error
|
||||
e22: HTTP response code said error
|
||||
e23: Failed writing received data to disk/application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue