[nginx] Upstream: style.
Maxim Dounin
mdounin at mdounin.ru
Thu Jun 1 13:52:27 UTC 2017
details: http://hg.nginx.org/nginx/rev/610a219b28f6
branches:
changeset: 7018:610a219b28f6
user: Piotr Sikora <piotrsikora at google.com>
date: Wed May 31 13:51:36 2017 -0700
description:
Upstream: style.
Signed-off-by: Piotr Sikora <piotrsikora at google.com>
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
@@ -2729,7 +2729,7 @@ ngx_http_upstream_process_body_in_memory
rev = c->read;
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
- "http upstream process body on memory");
+ "http upstream process body in memory");
if (rev->timedout) {
ngx_connection_error(c, NGX_ETIMEDOUT, "upstream timed out");
More information about the nginx-devel
mailing list