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

Commit 667a277

Browse files
authored
fix(urllib3.py): urrlib3 event collection failed (#352)
1 parent 17e7855 commit 667a277

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

epsagon/events/urllib3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def update_response(self, response):
113113
'response_headers',
114114
headers
115115
)
116+
# Backward compatibility for urllib3<1.26.x
116117
response_body = (
117118
response.peek()
118119
if getattr(response, 'peek', None)

0 commit comments

Comments
 (0)