1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/ruby-http_parser.rb/remove-broken-test.patch
2021-06-30 00:11:42 +00:00

33 lines
1.1 KiB
Diff

Upstream-Issue: https://github.com/tmm1/http_parser.rb/issues/68
--- a/spec/support/requests.json
+++ b/spec/support/requests.json
@@ -143,28 +143,6 @@
"strict": true
},
{
- "name": "post identity body world",
- "type": "HTTP_REQUEST",
- "raw": "POST /post_identity_body_world?q=search#hey HTTP/1.1\r\nAccept: */*\r\nTransfer-Encoding: identity\r\nContent-Length: 5\r\n\r\nWorld",
- "should_keep_alive": true,
- "message_complete_on_eof": false,
- "http_major": 1,
- "http_minor": 1,
- "method": "POST",
- "query_string": "q=search",
- "fragment": "hey",
- "request_path": "/post_identity_body_world",
- "request_url": "/post_identity_body_world?q=search#hey",
- "num_headers": 3,
- "headers": {
- "Accept": "*/*",
- "Transfer-Encoding": "identity",
- "Content-Length": "5"
- },
- "body": "World",
- "strict": true
- },
- {
"name": "post - chunked body: all your base are belong to us",
"type": "HTTP_REQUEST",
"raw": "POST /post_chunked_all_your_base HTTP/1.1\r\nTransfer-Encoding: chunked\r\n\r\n1e\r\nall your base are belong to us\r\n0\r\n\r\n",