mirror of
https://github.com/nginx/nginx.git
synced 2024-11-25 14:28:59 +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,
|
||||
"no port in upstream \"%V\"", host);
|
||||
ngx_http_upstream_finalize_request(r, u,
|
||||
NGX_HTTP_INTERNAL_SERVER_ERROR);
|
||||
NGX_HTTP_INTERNAL_SERVER_ERROR);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user