diff options
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 |