Skip to content

Commit

Permalink
refine AuthFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
phuslu committed Apr 8, 2014
1 parent 72d11b0 commit 51b153c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions local/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,10 +753,6 @@ def STRIPSSL(self):
if e.args[0] not in (errno.ECONNABORTED, errno.ECONNRESET, errno.EPIPE):
raise
self.scheme = 'https'
if self.has_auth_filter:
for key, value in self.auth_headers.items():
if not self.headers.get(key):
self.headers[key] = value
try:
self.do_METHOD()
except NetWorkIOError as e:
Expand Down

0 comments on commit 51b153c

Please sign in to comment.