-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement proxy support for ClientSession.ws_connect #1025
Labels
Comments
Taekyoon
added a commit
to Taekyoon/aiohttp
that referenced
this issue
Aug 15, 2016
aio-libs#1025 Maybe.. Done.. I didn't check by Test mock.... But you said this would beeee OK... Hopefully ^^ This is my first commit.
asvetlov
pushed a commit
that referenced
this issue
Aug 25, 2016
* 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
Fixed by #1088 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: