comparison src/http/ngx_http_request.h @ 8839:fac88e160653 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 01 Sep 2021 10:57:25 +0300
parents 6674a50cbb6c 9cf043a5d9ca
children 94daa42ff5ce
comparison
equal deleted inserted replaced
8838:d6e191a583cc 8839:fac88e160653
301 off_t received; 301 off_t received;
302 ngx_chain_t *free; 302 ngx_chain_t *free;
303 ngx_chain_t *busy; 303 ngx_chain_t *busy;
304 ngx_http_chunked_t *chunked; 304 ngx_http_chunked_t *chunked;
305 ngx_http_client_body_handler_pt post_handler; 305 ngx_http_client_body_handler_pt post_handler;
306 unsigned filter_need_buffering:1;
307 unsigned last_sent:1;
308 unsigned last_saved:1;
306 } ngx_http_request_body_t; 309 } ngx_http_request_body_t;
307 310
308 311
309 typedef struct ngx_http_addr_conf_s ngx_http_addr_conf_t; 312 typedef struct ngx_http_addr_conf_s ngx_http_addr_conf_t;
310 313