-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the problem with socket, which might leak when tunnel proxy con…
…nection couldn't be establish (#223) * Added test case for the leaked proxy socket * Fixed the problem with socket, which might leak when tunnel proxy connection couldn't be established * Fixed some PR issues - renamed the blocked host to blockedhost.example.com - added some docs to http_proxy_server fixture * Update tests/async_tests/test_interfaces.py Co-authored-by: Florimond Manca <[email protected]> * Update httpcore/_async/http_proxy.py Co-authored-by: Florimond Manca <[email protected]> * Narrowed a try-except block in _tunnel_request Co-authored-by: Florimond Manca <[email protected]> Co-authored-by: Joe <[email protected]>
- Loading branch information
1 parent
0a9575f
commit 62b4731
Showing
5 changed files
with
170 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters