]> granicus.if.org Git - python/commit
#20155: use fake HTTP method names so windows doesn't hang the tests.
authorR David Murray <rdmurray@bitdance.com>
Tue, 24 Jun 2014 20:49:24 +0000 (16:49 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 24 Jun 2014 20:49:24 +0000 (16:49 -0400)
commit3eb76fc10b8c77b1e094fb9a1029ff5ebebff590
tree44315649af1ca302f0b6993f5cab1b0f7666c826
parentde5170eb1500bb6722bcad6196f3f32015fef681
#20155: use fake HTTP method names so windows doesn't hang the tests.

Windows was seeing the 'GET' generated by these tests as invalid and forcibly
closing the socket, causing the test to fail.

Patch by Jeff Allen.
Lib/test/test_httpservers.py
Misc/ACKS
Misc/NEWS