mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-04 04:31:44 +00:00
removed some debug info
This commit is contained in:
@@ -326,7 +326,7 @@ ssize_t hr_ssl_read(struct corerouter_peer *main_peer) {
|
||||
main_peer->in->pos += ret2;
|
||||
}
|
||||
if (hr->spdy) {
|
||||
uwsgi_log("RUNNING THE SPDY PARSER FOR %d bytes\n", main_peer->in->pos);
|
||||
//uwsgi_log("RUNNING THE SPDY PARSER FOR %d bytes\n", main_peer->in->pos);
|
||||
return spdy_parse(main_peer);
|
||||
}
|
||||
return http_parse(main_peer);
|
||||
|
||||
Reference in New Issue
Block a user