mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
request buffer_size is now 64bit (except for uwsgi protocol)
This commit is contained in:
@@ -746,7 +746,7 @@ static int uwsgi_lua_request(struct wsgi_request *wsgi_req) {
|
||||
}
|
||||
|
||||
/* Standard WSAPI request */
|
||||
if (!wsgi_req->uh->pktsize) {
|
||||
if (!wsgi_req->len) {
|
||||
uwsgi_log( "Empty lua request. skip.\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user