-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Implement proxy support for ClientSession.ws_connect #1025 Maybe.. Done.. I didn't check by Test mock.... But you said this would beeee OK... Hopefully ^^ This is my first commit. * Client can not handle hostnames with 63 bytes when a port is given in the url #1044 I handled by reconstructing url string. And I used function make_netlog in client_reqrep.py * Client can not handle hostnames with 63 bytes when a port is given in the url #1044 I handled by reconstructing url string. And I used function make_netlog in client_reqrep.py * Client can not handle hostnames with 63 bytes when a port is given in the url #1044 #last Message############################## I handled by reconstructing url string. And I used function make_netlog in client_reqrep.py ######################################### I added missing test functions. It would verify by these methods * Client can not handle hostnames with 63 bytes when a port is given in the url #1044 #last Message############################## I handled by reconstructing url string. And I used function make_netlog in client_reqrep.py ######################################### I added missing test functions. It would verify by these methods * Fix the code format. They all checked by flake8 * Fix the code format. @ client_reqrep.py They all checked by flake8
- Loading branch information
Showing
3 changed files
with
48 additions
and
6 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