> (I'm still unsure if sending valid ETags is sufficient to make
> If-None-Match work, i.e. whether the checking for that is up or
> downstream of where mod_xsendfile sits - any comments anyone?)

Yes, this is the part that that's relevant:
https://github.com/nmaier/mod_xsendfile/blob/master/mod_xsendfile.c#L558
If there was a valid ETAG at this point, it would trigger the
conditional request handling.  It looks like preceding this line the
module is trying to get the core to set the same ETAG it would have
set if serving the static file directly.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to