mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-05-28 15:35:02 +08:00
Merge branch 'master' of github.com:mitmproxy/mitmproxy
This commit is contained in:
@@ -88,7 +88,6 @@ class TestHTTPResponse:
|
||||
|
||||
class TestInvalidRequests(tservers.HTTPProxTest):
|
||||
ssl = True
|
||||
|
||||
def test_double_connect(self):
|
||||
p = self.pathoc()
|
||||
r = p.request("connect:'%s:%s'" % ("127.0.0.1", self.server2.port))
|
||||
@@ -117,9 +116,7 @@ class TestProxyChaining(tservers.HTTPChainProxyTest):
|
||||
|
||||
class TestProxyChainingSSL(tservers.HTTPChainProxyTest):
|
||||
ssl = True
|
||||
|
||||
def test_simple(self):
|
||||
|
||||
p = self.pathoc()
|
||||
req = p.request("get:'/p/418:b\"content\"'")
|
||||
assert req.content == "content"
|
||||
|
||||
Reference in New Issue
Block a user