Hi there,

While debugging a weird issue with listen queue being full, I tried
upgrading to the latest version and it kinda broke the site in a mysterious
way, with lines in the error log saying:

invalid HTTP request size (max 0)...skip

This was caused by setting "buffer-size = 65536", lowering it by one byte
solved the issue.


Logged as https://github.com/unbit/uwsgi/issues/324, posting here too so
Google can find it easier, as searching for the log message resulted in
nothing but a grep on the source code pointed me directly to the right
config variable.

proto/http.c
225:            uwsgi_log("invalid HTTP request size (max %u)...skip\n",
uwsgi.buffer_size);



Kind regards,

Chi Ho Kwok
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to