Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Sikora <piotrsikora@google.com>2017-05-31 23:51:36 +0300
committerPiotr Sikora <piotrsikora@google.com>2017-05-31 23:51:36 +0300
commita9908c968502eebaa94e82aa6073a808a3382571 (patch)
treec63e23adf3534dae62ba8ab5e12e01747b8e2b3d
parent7820e569af7a79e9a98b0d3f15048391ca3cbd35 (diff)
Upstream: style.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
-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");