aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-02-08 14:15:19 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-02-08 14:15:19 +1300
commitb642b4870b9dee7fff608c599d82f38a87556d00 (patch)
treea08f4e1551b2929c9e3330f755421e14a99857a3 /libmproxy/protocol
parent569e5d348ae949b9267d43b1555715ffea401365 (diff)
downloadmitmproxy-b642b4870b9dee7fff608c599d82f38a87556d00.tar.gz
mitmproxy-b642b4870b9dee7fff608c599d82f38a87556d00.tar.bz2
mitmproxy-b642b4870b9dee7fff608c599d82f38a87556d00.zip
Better response when mitmproxy crashes.
Diffstat (limited to 'libmproxy/protocol')
-rw-r--r--libmproxy/protocol/http.py2
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