Ben Kallus
Ben Kallus
Correct me if I'm wrong, but doesn't `build.sh` install all the necessary dependencies? What packages do you have installed on the DigitalOcean system?
It builds if you change the version to `'1.0'` in `setup.py`.
> Body is streamed to the application. There is no reason to pass even incomplete header to the appplication. I don't know what you're trying to say here. > Otherwise...
> gunicorn will certainly not buffer the body for the application until it's fully read. The body is fully streamed to the application when it comes. That's per design and...
> I am expectinv that the connection is closed by Gunicorn if it continue to receive some data passed the content length. If it's not the case this is a...
My bad! I was having Shawn write up some issues for weird behaviors that our fuzzer found, and forgot about that PR. Sorry :)
Thanks! Also, was opening issues on a few different web servers, and forgot to change the name of this one :)
The RFCs specify the following grammar rules for HTTP versions: > HTTP-version = HTTP-name "/" DIGIT "." DIGIT > HTTP-name = %s"HTTP" In other words, an HTTP version must match...
Confirmed fixed in 1.8.2