Skip to content

Commit

Permalink
Solving performance regression psf#6790
Browse files Browse the repository at this point in the history
  • Loading branch information
MindaugasBernatavicius committed Sep 25, 2024
1 parent 1ae6fc3 commit abdc7d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/requests/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ def request(
}
send_kwargs.update(settings)
resp = self.send(prep, **send_kwargs)
print(">>>>>>>>")

return resp

Expand Down

0 comments on commit abdc7d8

Please sign in to comment.