Skip to content

Commit cdd9895

Browse files
committed
debugging - enable HTTPRedirectDebugProcessor for https
1 parent ec7819e commit cdd9895

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mechanize/_debug.py

+3
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ def http_request(self, request):
3030
info = logging.getLogger("mechanize.http_redirects").info
3131
info("redirecting to %s", request.get_full_url())
3232
return request
33+
34+
https_response = http_response
35+

0 commit comments

Comments
 (0)