Ticket #269: ngx_again.patch
| File ngx_again.patch, 407 bytes (added by , 14 years ago) |
|---|
-
src/http/modules/ngx_http_dav_module.c
old new ngx_http_dav_handler(ngx_http_request_t 171 171 172 172 rc = ngx_http_read_client_request_body(r, ngx_http_dav_put_handler); 173 173 174 if (rc >= NGX_HTTP_SPECIAL_RESPONSE ) {174 if (rc >= NGX_HTTP_SPECIAL_RESPONSE || rc == NGX_AGAIN) { 175 175 return rc; 176 176 } 177 177
