comparison src/http/ngx_http_request_body.c @ 1112:3dcc3041b5bc

fix format
author Igor Sysoev <igor@sysoev.ru>
date Thu, 15 Feb 2007 14:13:24 +0000
parents 4d203f76b757
children 4e6903652363
comparison
equal deleted inserted replaced
1111:b0fc4af1f196 1112:3dcc3041b5bc
315 break; 315 break;
316 } 316 }
317 } 317 }
318 318
319 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0, 319 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
320 "http client request body rest %uz", rb->rest); 320 "http client request body rest %O", rb->rest);
321 321
322 if (rb->rest == 0) { 322 if (rb->rest == 0) {
323 break; 323 break;
324 } 324 }
325 325