On Thu, Jul 26, 2018 at 7:22 AM, Christophe JAILLET <[email protected]> wrote: > Le 25/07/2018 à 18:33, [email protected] a écrit : >> >> @@ -254,6 +254,7 @@ typedef struct { >> apr_off_t cl_val, bytes_spooled; >> int do_100_continue; >> + int expecting_100; >> int flushall; >> } proxy_http_req_t; > > unsigned int bitfield for these 3 variables?
I did that in r1836716 for "do_100_continue" and "flushall", but not "expecting_100" which saves/restores r->expecting_100 (so must be of the same int type). Thanks, Yann.
