mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 20:01:45 +00:00
fix format
This commit is contained in:
parent
bb19bcd867
commit
cf815023fc
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ ngx_http_do_read_client_request_body(ngx_http_request_t *r)
|
|||
}
|
||||
|
||||
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
|
||||
"http client request body rest %uz", rb->rest);
|
||||
"http client request body rest %O", rb->rest);
|
||||
|
||||
if (rb->rest == 0) {
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue