diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-02-14 14:45:27 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-02-14 14:45:27 +0100 |
commit | 6746cf5f546bedd0486edd23d5253759920e1448 (patch) | |
tree | 1875b08e96662663cb8228430ea08395dfbe5d5c /libmproxy/protocol/http.py | |
parent | efcfc62b73ac484ed25727f476c7ad0bb25817d5 (diff) | |
download | mitmproxy-6746cf5f546bedd0486edd23d5253759920e1448.tar.gz mitmproxy-6746cf5f546bedd0486edd23d5253759920e1448.tar.bz2 mitmproxy-6746cf5f546bedd0486edd23d5253759920e1448.zip |
autoflake
Diffstat (limited to 'libmproxy/protocol/http.py')
-rw-r--r-- | libmproxy/protocol/http.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmproxy/protocol/http.py b/libmproxy/protocol/http.py index 4a86f9da..13d7903b 100644 --- a/libmproxy/protocol/http.py +++ b/libmproxy/protocol/http.py @@ -242,7 +242,6 @@ class HttpLayer(Layer): self.send_response(response) except (NetlibException, H2Error): self.log(traceback.format_exc(), "debug") - pass def change_upstream_proxy_server(self, address): # Make set_upstream_proxy_server always available, |