Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information