commit | ef91bb26604ddfae22aac56b3cfdaabf237db37a | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Sat Aug 27 01:39:26 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Sat Aug 27 01:39:26 2016 +0000 |
tree | 491cbeadc0488a4e203de39ca42f8b132653195f | |
parent | 8f96a30630b5f6a984af3ee53c63bce3b16077e0 [diff] |
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.