comparison src/http/modules/ngx_http_proxy_module.c @ 4205:26c307b8dc3c

Wording fix, "many data" is incorrect. Noted by Piotr Sikora.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 12 Oct 2011 13:24:59 +0000
parents f321e9750c8c
children 595560d9dcbf
comparison
equal deleted inserted replaced
4204:657aaedcc0e3 4205:26c307b8dc3c
1558 } else if (p->length < 0) { 1558 } else if (p->length < 0) {
1559 r = p->input_ctx; 1559 r = p->input_ctx;
1560 p->upstream_done = 1; 1560 p->upstream_done = 1;
1561 1561
1562 ngx_log_error(NGX_LOG_WARN, r->connection->log, 0, 1562 ngx_log_error(NGX_LOG_WARN, r->connection->log, 0,
1563 "upstream sent too many data"); 1563 "upstream sent too much data");
1564 } 1564 }
1565 1565
1566 return NGX_OK; 1566 return NGX_OK;
1567 } 1567 }
1568 1568