On Wed, Jan 16, 2002 at 04:08:41PM -0800, Doug MacEachern wrote: > i was just trying to avoid blocking forever if all available data had > already been read. probably could be done a better way. i was sorta > hoping core_input_filter could be split to avoid the getline duplication, > but that is another topic.
Yeah, I intend when I have time (*ahem* never, it seems *ahem*) to redo the input filtering again per my message from a month ago (see STATUS). getline may very well get split out, but I'm not sold yet. About the limits test, could it be from the disrepancy of bytes actually sent to bytes expected to send? If the test were to just look at how much network bytes were sent, that's blown away by mod_ssl and it's overhead. You *could* make the case that the limit is pertinent only to network bytes, not decoded bytes. I don't know the exact interpretation of the Limit directives. -- justin
