summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2015-12-02 01:06:54 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2015-12-02 01:06:54 +0300
commitaf4e89b9a18a6bfece623d31a8b4cc6160f847cd (patch)
treeea512cb5c9c42052fe8d1d4e3839579494acef76
parent362fb6c1d4620fb061fc242a78cb0343e6c4a7e0 (diff)
Style.
-rw-r--r--src/http/ngx_http_upstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
index c618ce6c..e005806b 100644
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -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;
}