Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
ruby-http-parser.rb
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Ruby Team
ruby-http-parser.rb
Commits
4c0a9943
Commit
4c0a9943
authored
7 years ago
by
Cédric Boutillier
Browse files
Options
Downloads
Patches
Plain Diff
Add 0006-disable-folding-header-test.patch to support newer http-parser (Closes #881627)
parent
b346d804
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/0006-disable-folding-header-test.patch
+34
-0
34 additions, 0 deletions
debian/patches/0006-disable-folding-header-test.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
35 additions
and
0 deletions
debian/patches/0006-disable-folding-header-test.patch
0 → 100644
+
34
−
0
View file @
4c0a9943
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",
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
4c0a9943
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment