<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"><style>body { line-height: 1.5; }body { font-size: 10.5pt; font-family: ??; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>
<div><span></span><pre style="white-space: pre-wrap; line-height: normal; widows: 1;">src/os/unix/ngx_recv.c
in function:
ssize_t ngx_unix_recv(ngx_connection_t *c, u_char *buf, size_t size)
 err = ngx_socket_errno; 
should before
 ngx_log_debug3(NGX_LOG_DEBUG_EVENT, c->log, 0,"recv: fd:%d %d of %d", c->fd, n, size);
because ngx_log_debug3 may change errno, for example change errno from EAGAIN to EPIPE.</pre></div>
</body></html>