comparison src/http/modules/ngx_http_proxy_module.c @ 5685:0cbefdcf82a6

Style: use %N instead of '\n' where appropriate.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 14 May 2014 22:26:30 +0400
parents fbfdf8017748
children c95d7882dfc9
comparison
equal deleted inserted replaced
5684:bc98b0f11bdd 5685:0cbefdcf82a6
1292 1292
1293 b->last = e.pos; 1293 b->last = e.pos;
1294 } 1294 }
1295 1295
1296 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 1296 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
1297 "http proxy header:\n\"%*s\"", 1297 "http proxy header:%N\"%*s\"",
1298 (size_t) (b->last - b->pos), b->pos); 1298 (size_t) (b->last - b->pos), b->pos);
1299 1299
1300 if (plcf->body_set == NULL && plcf->upstream.pass_request_body) { 1300 if (plcf->body_set == NULL && plcf->upstream.pass_request_body) {
1301 1301
1302 body = u->request_bufs; 1302 body = u->request_bufs;