Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of Chunked requests (apache#1742)
* Fix handling of Chunked requests Add fix for handling chunk encoding requests. If ENABLE_CHUNK_ENCODING is set to true, for requests with transfer encoding set to true. It will set wsgi.input_terminated to true which tells werkzeug to ignore content-length and read the stream till the end. break comment in multiple lines * remove debug print logging
- Loading branch information