diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-05-19 08:58:09 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-05-19 08:58:09 (GMT) |
commit | 5fa4a896016e8a265b6afee64c61a1083c6ffa47 (patch) | |
tree | 2144befcbb5679eb13cdc8b7c51fa2550288ec9f /Misc | |
parent | 1be320ebdd5b1f46f32e32c83f3c1e982e2d27e2 (diff) | |
download | cpython-5fa4a896016e8a265b6afee64c61a1083c6ffa47.zip cpython-5fa4a896016e8a265b6afee64c61a1083c6ffa47.tar.gz cpython-5fa4a896016e8a265b6afee64c61a1083c6ffa47.tar.bz2 |
Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,9 @@ Core and Builtins Library ------- +- Issue #14721: Send the correct 'Content-length: 0' header when the body is an + empty string ''. Initial Patch contributed by Arve Knudsen. + - Issue #9374: Generic parsing of query and fragment portions of url for any scheme. Supported both by RFC3986 and RFC2396. |