mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
beed8402ca
Some http servers will reject PUT, POST, and PATCH requests if they do not have a Content-Length header. Patch by James Rutherford, with additional cleaning up of the 'request' documentation by me.