details: http://hg.nginx.org/nginx/rev/be3aed17689c
branches:
changeset: 6313:be3aed17689c
user: Maxim Dounin <[email protected]>
date: Wed Dec 02 01:06:54 2015 +0300
description:
Style.
diffstat:
src/http/ngx_http_upstream.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
--- 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_
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;
}
_______________________________________________
nginx-devel mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-devel