Hello,

the logs may say read() when recvmsg() was called instead. Not a big deal but still. :)

cheers,
riccardo
diff -r 9768d97e85de proto/uwsgi.c
--- a/proto/uwsgi.c	Sun May 20 20:51:46 2012 +0200
+++ b/proto/uwsgi.c	Tue May 22 19:50:08 2012 +0200
@@ -37,7 +37,7 @@
 		}
 
 		if (len <= 0) {
-			uwsgi_error("read()");
+			uwsgi_error(wsgi_req->proto_parser_pos > 0 ? "read()" : "recvmsg()");
 			return -1;
 		}
 		wsgi_req->proto_parser_pos += len;
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to