mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 19:12:47 +08:00
Style.
This commit is contained in:
parent
362fb6c1d4
commit
af4e89b9a1
@ -641,7 +641,7 @@ ngx_http_upstream_init_request(ngx_http_request_t *r)
|
|||||||
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
|
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
|
||||||
"no port in upstream \"%V\"", host);
|
"no port in upstream \"%V\"", host);
|
||||||
ngx_http_upstream_finalize_request(r, u,
|
ngx_http_upstream_finalize_request(r, u,
|
||||||
NGX_HTTP_INTERNAL_SERVER_ERROR);
|
NGX_HTTP_INTERNAL_SERVER_ERROR);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user