mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 20:01:45 +00:00
style fix
This commit is contained in:
parent
6c8e74bcd4
commit
84cc2cca53
1 changed files with 1 additions and 1 deletions
|
|
@ -969,7 +969,7 @@ ngx_http_upstream_process_header(ngx_event_t *rev)
|
|||
}
|
||||
|
||||
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 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue