mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
axe old unused alert message
This commit is contained in:
parent
06187cec1e
commit
f49491236f
@ -78,12 +78,6 @@ ngx_unix_recv(ngx_connection_t *c, u_char *buf, size_t size)
|
|||||||
* even if kqueue reported about available data
|
* even if kqueue reported about available data
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if 0
|
|
||||||
ngx_log_error(NGX_LOG_ALERT, c->log, 0,
|
|
||||||
"recv() returned 0 while kevent() reported "
|
|
||||||
"%d available bytes", rev->available);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
rev->eof = 1;
|
rev->eof = 1;
|
||||||
rev->available = 0;
|
rev->available = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user