[issue33694] test_asyncio: test_start_tls_server_1() fails on Python on x86 Windows7 3.7 and 3.x

Andrew Svetlov report at bugs.python.org
Wed May 30 11:49:36 EDT 2018


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

I used SNDBUF to enforce send buffer overloading.
It is not required by sendfile tests but I thought that better to have non-mocked way to test such situations.
We can remove the socket buffers size manipulation at all without any problem.

----------

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


More information about the Python-bugs-list mailing list