[issue25095] test_httpservers hangs on 3.5.0, win 7

2018-01-04 Thread WildCard65

WildCard65  added the comment:

Adding onto this issue, I believe I tracked down the change that caused the 
issue: 
https://github.com/python/cpython/commit/c0a23e63207984304027f298eefc738b6b3c94b1

This issue also affects the test with Python 3.6

--
nosy: +WildCard65

___
Python tracker 
<https://bugs.python.org/issue25095>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25095] test_httpservers hangs on 3.5.0, win 7

2018-01-04 Thread WildCard65

WildCard65  added the comment:

I believe I found the issue, might be an issue between sending the request + 
calling get_response() and the time it takes for server to process response, my 
print cases:

test_err (test.test_httpservers.RequestHandlerLoggingTestCase) ... Creating a 
new connection to 127.0.0.1:50141
Connecting to server
Sending ERROR request, captured stderr instance is <_io.StringIO object at 
0x05E5EC00>
HANDLING AN ERROR REQUEST! SENDING RESPONSE!
Request sent, starting to read response

RESPONSE SENT!
Response obtained, err should be set, <_io.StringIO object at 0x05E5EC00>
Running test's assert
ok
test_get (test.test_httpservers.RequestHandlerLoggingTestCase) ... Creating a 
new connection to 127.0.0.1:50143
Connecting to server
Sending GET request, captured stderr instance is <_io.StringIO object at 
0x05E5EC00>
Request sent, starting to read response
HANDLING A GET REQUEST! SENDING RESPONSE!
RESPONSE SENT! ENDING HEADERS!
HEADERS ENDED!

--

___
Python tracker 
<https://bugs.python.org/issue25095>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com