Navigation Menu

Skip to content

Commit

Permalink
Update proxyauth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lymanZerga11 committed Mar 8, 2017
1 parent cf83cbf commit 7163065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitmproxy/addons/proxyauth.py
Expand Up @@ -155,7 +155,7 @@ def configure(self, options, updated):
def http_connect(self, f: http.HTTPFlow) -> None:
if self.enabled():
if self.authenticate(f):
self.authenticated[f.client_conn]=f.metadata["proxyauth"]
self.authenticated[f.client_conn] = f.metadata["proxyauth"]

def requestheaders(self, f: http.HTTPFlow) -> None:
if self.enabled():
Expand Down

0 comments on commit 7163065

Please sign in to comment.