commit | 618802d55e19c1f2da28c9409256a7f2fbf59e99 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sat May 19 16:52:21 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sat May 19 16:52:21 2012 +0800 |
tree | 8aa4d19a9e1f0c9a0b40e40e17bc19862daa18c0 | |
parent | ea24dda01f0bc151b55e922a1d5ec2b6193c8006 [diff] [blame] |
Fix Issue14721: Send Content-length: 0 for empty body () in the http.request
diff --git a/Misc/NEWS b/Misc/NEWS index 646b351..503e2f8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Library ------- +- Issue #14721: Send proper header, Content-length: 0 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.