aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPiotr Sikora <piotrsikora@google.com>2017-05-31 13:51:36 -0700
committerPiotr Sikora <piotrsikora@google.com>2017-05-31 13:51:36 -0700
commita9908c968502eebaa94e82aa6073a808a3382571 (patch)
treec63e23adf3534dae62ba8ab5e12e01747b8e2b3d /src
parent7820e569af7a79e9a98b0d3f15048391ca3cbd35 (diff)
downloadnginx-a9908c968502eebaa94e82aa6073a808a3382571.tar.gz
nginx-a9908c968502eebaa94e82aa6073a808a3382571.zip
Upstream: style.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Diffstat (limited to 'src')
-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 0fc5ab522..324c59b7e 100644
--- 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(ngx_http_request_t *r,
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");