]> 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:39:49 +0000 (16:39 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 24 Jun 2014 20:39:49 +0000 (16:39 -0400)
commit14199f939278d67804cf44ef0b9d32f998c62d58
tree44059e9cb8e5c63929e65f0241b0ed77deb89af6
parenta02f81ff1757a257c7243ff53542d6f4f34668db
#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