diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-06-24 20:39:49 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-06-24 20:39:49 (GMT) |
commit | 14199f939278d67804cf44ef0b9d32f998c62d58 (patch) | |
tree | 44059e9cb8e5c63929e65f0241b0ed77deb89af6 /Misc | |
parent | a02f81ff1757a257c7243ff53542d6f4f34668db (diff) | |
download | cpython-14199f939278d67804cf44ef0b9d32f998c62d58.zip cpython-14199f939278d67804cf44ef0b9d32f998c62d58.tar.gz cpython-14199f939278d67804cf44ef0b9d32f998c62d58.tar.bz2 |
#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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -29,6 +29,7 @@ Yaniv Aknin Jyrki Alakuijala Steve Alexander Fred Allen +Jeff Allen Ray Allen Billy G. Allie Kevin Altis @@ -133,6 +133,10 @@ IDLE Tests ----- +- Issue #20155: Changed HTTP method names in failing tests in test_httpservers + so that packet filtering software (specifically Windows Base Filtering Engine) + does not interfere with the transaction semantics expected by the tests. + - Issue #19493: Refactored the ctypes test package to skip tests explicitly rather than silently. |