From a85974eaa88e1f63fda72e3df7a0ec3a0216a8e4 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 8 Feb 2014 17:17:35 +1300 Subject: Fix flow initialization order error Resolves #210 --- test/test_protocol_http.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_protocol_http.py') diff --git a/test/test_protocol_http.py b/test/test_protocol_http.py index 3bf5af22..d2ba24de 100644 --- a/test/test_protocol_http.py +++ b/test/test_protocol_http.py @@ -44,7 +44,6 @@ class TestHTTPRequest: r = HTTPRequest.from_stream(s) assert r._assemble() == "CONNECT address:22 HTTP/1.1\r\nHost: address:22\r\n\r\n" - def test_absolute_form(self): s = StringIO("GET oops-no-protocol.com HTTP/1.1") tutils.raises("Bad HTTP request line", HTTPRequest.from_stream, s) -- cgit v1.2.3