request buffer_size is now 64bit (except for uwsgi protocol)

This commit is contained in:
Unbit
2014-09-21 08:26:20 +02:00
parent e2a29ee135
commit ed2ca5d333
46 changed files with 208 additions and 187 deletions
+1 -1
View File
@@ -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;
}