summaryrefslogtreecommitdiff
path: root/dev-ruby/net-http-pipeline/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ruby/net-http-pipeline/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/net-http-pipeline/files')
-rw-r--r--dev-ruby/net-http-pipeline/files/net-http-pipeline-accept-encoding.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-ruby/net-http-pipeline/files/net-http-pipeline-accept-encoding.patch b/dev-ruby/net-http-pipeline/files/net-http-pipeline-accept-encoding.patch
deleted file mode 100644
index 3adfdf28afdc..000000000000
--- a/dev-ruby/net-http-pipeline/files/net-http-pipeline-accept-encoding.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- test/test_net_http_pipeline.rb.old 2016-11-17 07:58:57.284997283 +0100
-+++ test/test_net_http_pipeline.rb 2016-11-17 07:58:50.345168508 +0100
-@@ -96,6 +96,7 @@
- def http_get
- get = []
- get << 'GET / HTTP/1.1'
-+ get << 'Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3'
- get << 'Accept: */*'
- get << 'User-Agent: Ruby' if RUBY_VERSION > '1.9'
- get.push nil, nil
-@@ -106,6 +107,7 @@
- def http_post
- get = []
- get << 'POST / HTTP/1.1'
-+ get << 'Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3'
- get << 'Accept: */*'
- get << 'User-Agent: Ruby' if RUBY_VERSION > '1.9'
- get.push nil, nil