On Mon, Aug 25, 2014 at 10:05 PM, Eric Covener <[email protected]> wrote: > But it seemed a little hokey, but I didn't really understand if we > could instead treat that speculative read as some kind of reset point > and couldn't think of any other hook to tell reqtimeout to bail out. > > Any alternatives?
I don't think mod_reqtimeout should handle/count speculative bytes, they ought to be read for real later (and taken into account then). Otherwise, the same bytes may be counted multiple times. How about simply forward the ap_get_brigade() call? Regards, Yann.
