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

Commit

Permalink
Revert "fix(urllib3.py): urrlib3 event collection failed (#352)" (#353)
Browse files Browse the repository at this point in the history
This reverts commit 667a277.
  • Loading branch information
adavidai authored May 27, 2021
1 parent 667a277 commit 52cf61c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion epsagon/events/urllib3.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def update_response(self, response):
'response_headers',
headers
)
# Backward compatibility for urllib3<1.26.x
response_body = (
response.peek()
if getattr(response, 'peek', None)
Expand Down

0 comments on commit 52cf61c

Please sign in to comment.