mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
adjust to netlib changes
This commit is contained in:
parent
6661ad3143
commit
2da4aaf1ed
@ -1,2 +1,10 @@
|
|||||||
|
[run]
|
||||||
|
branch = True
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
|
show_missing = True
|
||||||
include = *libpathod*
|
include = *libpathod*
|
||||||
|
exclude_lines =
|
||||||
|
pragma: nocover
|
||||||
|
pragma: no cover
|
||||||
|
raise NotImplementedError()
|
||||||
|
@ -23,7 +23,7 @@ class HTTPProtocol(object):
|
|||||||
msg="Access denied: web interface disabled"
|
msg="Access denied: web interface disabled"
|
||||||
)
|
)
|
||||||
lg("app: %s %s" % (method, path))
|
lg("app: %s %s" % (method, path))
|
||||||
req = wsgi.Request("http", method, path, headers, body)
|
req = wsgi.Request("http", method, path, b"HTTP/1.1", headers, body)
|
||||||
flow = wsgi.Flow(self.pathod_handler.address, req)
|
flow = wsgi.Flow(self.pathod_handler.address, req)
|
||||||
sn = self.pathod_handler.connection.getsockname()
|
sn = self.pathod_handler.connection.getsockname()
|
||||||
a = wsgi.WSGIAdaptor(
|
a = wsgi.WSGIAdaptor(
|
||||||
|
Loading…
Reference in New Issue
Block a user