mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 09:42:39 +08:00
fix debug logging
This commit is contained in:
parent
9bd1010164
commit
0f50f09022
@ -586,7 +586,7 @@ ngx_http_header_filter(ngx_http_request_t *r)
|
||||
}
|
||||
|
||||
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||
"%*s\n", (size_t) (b->last - b->pos), b->pos);
|
||||
"%*s", (size_t) (b->last - b->pos), b->pos);
|
||||
|
||||
/* the end of HTTP header */
|
||||
*b->last++ = CR; *b->last++ = LF;
|
||||
|
Loading…
Reference in New Issue
Block a user