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

Commit

Permalink
Tmp logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kiturutin committed Jan 8, 2021
1 parent bd13b92 commit 5ecf73d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def error(self, flow):
original_error = HttpConnectCaptureAddOn.get_original_exception(flow.error)

self.har_dump_addon.populate_har_entry_with_default_response(flow)

ctx.log.info("Error hook called: " + str(original_error))
if self.is_dns_resolution_error(str(original_error)):
self.proxy_to_server_resolution_failed(flow, req_host_port, original_error)
elif isinstance(original_error, TcpTimeout):
Expand Down

0 comments on commit 5ecf73d

Please sign in to comment.