[issue27456] asyncio: set TCP_NODELAY flag by default

Yury Selivanov report at bugs.python.org
Thu Nov 2 11:58:37 EDT 2017


Yury Selivanov <yselivanov at gmail.com> added the comment:

> Seems like this fix is incomplete. It contains this check:
>
>    sock.type == socket.SOCK_STREAM
>
> But sock.type is not only a type 

Good catch.  I made a PR to fix this.

----------
resolution: fixed -> 
stage: resolved -> patch review
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27456>
_______________________________________


More information about the Python-bugs-list mailing list