Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 245 Bytes

File metadata and controls

4 lines (4 loc) · 245 Bytes

Fixed server hanging indefinitely when chunked transfer encoding chunk-size does not match actual data length. The server now raises TransferEncodingError instead of waiting forever for data that will never arrive -- by :user:`Fridayai700`.