Skip to content
Snippets Groups Projects
Commit 5f2e50a0 authored by Radko Krkoš's avatar Radko Krkoš Committed by Pavel Kácha
Browse files

Server: Prevent reading from wsgi.input past CONTENT-LENGTH


* WSGI specification is loosely defined, some servers (nginx, wsgi_ref, ...)
  would hang if no payload was present and CONTENT-LENGTH was missing.
* We now implement the correct (more strict) behaviour on application part
  according to specification.

Signed-off-by: default avatarPavel Kácha <ph@cesnet.cz>
parent 4b8aa9b7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment