[issue25095] test_httpservers hangs since Python 3.5

William Pickard report at bugs.python.org
Sat Jan 27 11:10:38 EST 2018


William Pickard <lollol222gg at gmail.com> added the comment:

Ok, I found another way to apply the solution to this issue, that is by adding the "Connection" header (with value of "close") to the client's request instead of the server's response.

I'm going to use this other method as the client is expected to expect the server to shutdown the connection (as it asked the server to).

----------

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


More information about the Python-bugs-list mailing list