diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-02-08 14:15:19 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-02-08 14:15:19 +1300 |
commit | b642b4870b9dee7fff608c599d82f38a87556d00 (patch) | |
tree | a08f4e1551b2929c9e3330f755421e14a99857a3 /libmproxy/protocol/http.py | |
parent | 569e5d348ae949b9267d43b1555715ffea401365 (diff) | |
download | mitmproxy-b642b4870b9dee7fff608c599d82f38a87556d00.tar.gz mitmproxy-b642b4870b9dee7fff608c599d82f38a87556d00.tar.bz2 mitmproxy-b642b4870b9dee7fff608c599d82f38a87556d00.zip |
Better response when mitmproxy crashes.
Diffstat (limited to 'libmproxy/protocol/http.py')
-rw-r--r-- | libmproxy/protocol/http.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/protocol/http.py b/libmproxy/protocol/http.py index 95de6606..06465fc4 100644 --- a/libmproxy/protocol/http.py +++ b/libmproxy/protocol/http.py @@ -1043,4 +1043,4 @@ class HTTPHandler(ProtocolHandler, TemporaryServerChangeMixin): self.c.config.authenticator.clean(request.headers) else: raise HttpAuthenticationError(self.c.config.authenticator.auth_challenge_headers()) - return request.headers
\ No newline at end of file + return request.headers |