This commit is contained in:
Maxim Dounin 2015-12-02 01:06:54 +03:00
parent 362fb6c1d4
commit af4e89b9a1

View File

@ -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;
}