mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
style fix
This commit is contained in:
parent
6c8e74bcd4
commit
84cc2cca53
@ -969,7 +969,7 @@ ngx_http_upstream_process_header(ngx_event_t *rev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
n = u->peer.connection->recv(u->peer.connection, u->buffer.last,
|
n = u->peer.connection->recv(u->peer.connection, u->buffer.last,
|
||||||
u->buffer.end - u->buffer.last);
|
u->buffer.end - u->buffer.last);
|
||||||
|
|
||||||
if (n == NGX_AGAIN) {
|
if (n == NGX_AGAIN) {
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
Reference in New Issue
Block a user