[DRE-commits] [ruby-em-http-request] 08/09: removed patch because of Mongrel => WEBrick

Jonas Genannt jonas at brachium-system.net
Thu Feb 27 09:35:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

hggh-guest pushed a commit to branch master
in repository ruby-em-http-request.

commit 2a1cde1b31392f8860ff86b68c1f3bf5701e7c2b
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Thu Feb 27 10:34:05 2014 +0100

    removed patch because of Mongrel => WEBrick
---
 debian/patches/change_mongrel_to_webrick.patch | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/debian/patches/change_mongrel_to_webrick.patch b/debian/patches/change_mongrel_to_webrick.patch
index 93665ed..a0bb1e4 100644
--- a/debian/patches/change_mongrel_to_webrick.patch
+++ b/debian/patches/change_mongrel_to_webrick.patch
@@ -54,6 +54,30 @@ Forwarded: not-needed
          EventMachine.stop
        }
      }
+@@ -777,23 +777,6 @@ describe EventMachine::HttpRequest do
+         end
+       end
+     }
+-  end
+-
+-  it "should report error if connection was closed by server on client keepalive requests" do
+-    EventMachine.run {
+-      conn = EM::HttpRequest.new('http://127.0.0.1:8090/')
+-      req = conn.get :keepalive => true
+-
+-      req.callback do
+-        req = conn.get
+-
+-        req.callback { failed(http) }
+-        req.errback do
+-          req.error.should match('connection closed by server')
+-          EventMachine.stop
+-        end
+-      end
+-    }
+   end
+ 
+   it 'should handle malformed Content-Type header repetitions' do
 --- a/spec/dns_spec.rb
 +++ b/spec/dns_spec.rb
 @@ -7,7 +7,7 @@ describe EventMachine::HttpRequest do

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-em-http-request.git



More information about the Pkg-ruby-extras-commits mailing list