wsgi: Add support for "Transfer-Encoding: chunked".
Needed by curl with --upload-file . Curl also asks us to return "100 Continue" responses, but WSGI (as of python 2.7 reference implementation) does not allow that. Gah.
Showing
Please register or sign in to comment