cpython/Lib/http
Martin Panter ef91bb2660 Issue #12319: Always send file request bodies using chunked encoding
The previous attempt to determine the file’s Content-Length gave a false
positive for pipes on Windows.

Also, drop the special case for sending zero-length iterable bodies.
2016-08-27 01:39:26 +00:00
..
__init__.py Issue #23442: Rename two member names to stay backward compatible 2015-02-20 14:57:31 +02:00
client.py Issue #12319: Always send file request bodies using chunked encoding 2016-08-27 01:39:26 +00:00
cookiejar.py Issue 19504: Change "customise" to "customize" American spelling. 2016-08-25 21:11:50 -07:00
cookies.py Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
server.py Issue #25738: Merge HTTP server from 3.5 2016-06-08 09:45:58 +00:00