-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
local socket binding for TCPConnector #678
Conversation
@@ -697,6 +697,9 @@ TCPConnector | |||
*ssl_context* may be used for configuring certification | |||
authority channel, supported SSL options etc. | |||
|
|||
:param tuple local_addr: tuple of ``(local_addr, local_port)`` used to bind |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't use markup here but update ./docs/client_reference.rst also.
(local_addr, local_port)
should be (local_host, local_port)
pair.
I suggest the following test scenario:
|
Is it possible to use |
As for:
|
@asvetlov looks like builds for |
local socket binding for TCPConnector
Thanks! |
As discussed here:
https://groups.google.com/forum/#!topic/aio-libs/lM7IUZq3DNM
Please list tests that should be written.