diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-11-11 09:56:23 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-11-12 09:44:24 +0100 |
commit | b3eb7d172aab6c7f423aea2f97c27099d6b65f7a (patch) | |
tree | 85ba74c547351b2626899ddd8b2acec0f6fbeb21 /tests/data/test1538 | |
parent | 8686aab69402ccad4bde0c2d73ec18e503ca11fd (diff) |
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
Diffstat (limited to 'tests/data/test1538')
-rw-r--r-- | tests/data/test1538 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1538 b/tests/data/test1538 index 9374debb7..d59671d2a 100644 --- a/tests/data/test1538 +++ b/tests/data/test1538 @@ -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 |