Skip to content
Snippets Groups Projects
Commit 4c0a9943 authored by Cédric Boutillier's avatar Cédric Boutillier
Browse files

Add 0006-disable-folding-header-test.patch to support newer http-parser (Closes #881627)

parent b346d804
Branches
Tags
No related merge requests found
Subject: Disable folding header test
Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Bug-Debian: https://bugs.debian.org/881627
--- a/spec/support/requests.json
+++ b/spec/support/requests.json
@@ -440,27 +440,6 @@
"strict": true
},
{
- "name": "line folding in header value",
- "type": "HTTP_REQUEST",
- "raw": "GET / HTTP/1.1\r\nLine1: abc\r\n\tdef\r\n ghi\r\n\t\tjkl\r\n mno \r\n\t \tqrs\r\nLine2: \t line2\t\r\n\r\n",
- "should_keep_alive": true,
- "message_complete_on_eof": false,
- "http_major": 1,
- "http_minor": 1,
- "method": "GET",
- "query_string": "",
- "fragment": "",
- "request_path": "/",
- "request_url": "/",
- "num_headers": 2,
- "headers": {
- "Line1": "abcdefghijklmno qrs",
- "Line2": "line2\t"
- },
- "body": "",
- "strict": true
- },
- {
"name": "host terminated by a query string",
"type": "HTTP_REQUEST",
"raw": "GET http://hypnotoad.org?hail=all HTTP/1.1\r\n\r\n",
......@@ -3,3 +3,4 @@
0003-Build-with-system-libhttp-parser.patch
0004-Do-not-overload-loadpath.patch
0005-tweak-to-support-rspec3.patch
0006-disable-folding-header-test.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment