jeffreyhorner / Rook

A web server interface for R
161 stars 30 forks source link

Long GET requests getting trimmed resulting in connection reset #33

Open ozjimbob opened 8 years ago

ozjimbob commented 8 years ago

We' re having an issue with Rook handling long GET requests longer than 1024 bytes - the request doesn't complete, resulting in a no response being returned. The problem essentially seems equivalent to this nginx issue, but there doesn't seem to be anywhere in Rook where that buffersize of 1024 is set: http://stackoverflow.com/questions/22697584/nginx-uwsgi-104-connection-reset-by-peer-while-reading-response-header-from-u