On Wed, 3 Apr 2002, Cliff Woolley wrote: > Only one other thing I'm concerned about with it: It's only correct if > we're in AP_MODE_GETLINE at the time of the error. Which we are in this > case, but will it always be that way?
i think so, assuming AP_MODE_GETLINE always happens first. on the first call SSL_R_HTTP_REQUEST is detected and ssl filters are disabled. so any get_brigade calls after that with same or different mode will happen with ssl filters disabled.