Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 5ecf73d

Browse files
committed
Tmp logging
1 parent bd13b92 commit 5ecf73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browserup-proxy-core/src/main/resources/mitmproxy/http_connect_capture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def error(self, flow):
140140
original_error = HttpConnectCaptureAddOn.get_original_exception(flow.error)
141141

142142
self.har_dump_addon.populate_har_entry_with_default_response(flow)
143-
143+
ctx.log.info("Error hook called: " + str(original_error))
144144
if self.is_dns_resolution_error(str(original_error)):
145145
self.proxy_to_server_resolution_failed(flow, req_host_port, original_error)
146146
elif isinstance(original_error, TcpTimeout):

0 commit comments

Comments
 (0)