On Thu, Oct 10, 2013 at 1:10 AM, Yann Ylavic <ylavic....@gmail.com> wrote:
> RFC2616 10.1 (above above) states that "Proxies MUST forward 1xx responses > [unless client's connection closed]". > But with the current implementation, the client as nothing to "Continue" > at that point, its whole body is already gone. > Since taking care of not writing on a closed connection looks weird (for a > RFC), couldn't "closed" mean EOS here, and mod_proxy_http should not > forward any "100 Continue" response whatever ENV:proxy-interim-response is? > Or is it a "Connection: close"d (and alike: no-CL + no-TE) ? In that case it would have to be handled wherever r->expecting_100 is... Regards. >