Loading CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,9 @@ Changes with Apache 2.3.15 PR 51714. [Stefan Fritsch, Jim Jagielski, Ruediger Pluem, Eric Covener, <lowprio20 gmail.com>] *) mod_buffer: Make sure we step down for subrequests, but not for internal redirects triggered by mod_rewrite. [Graham Leggett] *) mod_lua: add r:construct_url as a wrapper for ap_construct_url. [Eric Covener] Loading modules/filters/mod_buffer.c +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ static apr_status_t buffer_out_filter(ap_filter_t *f, apr_bucket_brigade *bb) { * it did. Within subrequests, we have no EOS to check for, * so we don't know when to flush the buffer to the network */ if (!ap_is_initial_req(f->r)) { if (f->r->main) { ap_remove_output_filter(f); return ap_pass_brigade(f->next, bb); } Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,9 @@ Changes with Apache 2.3.15 PR 51714. [Stefan Fritsch, Jim Jagielski, Ruediger Pluem, Eric Covener, <lowprio20 gmail.com>] *) mod_buffer: Make sure we step down for subrequests, but not for internal redirects triggered by mod_rewrite. [Graham Leggett] *) mod_lua: add r:construct_url as a wrapper for ap_construct_url. [Eric Covener] Loading
modules/filters/mod_buffer.c +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ static apr_status_t buffer_out_filter(ap_filter_t *f, apr_bucket_brigade *bb) { * it did. Within subrequests, we have no EOS to check for, * so we don't know when to flush the buffer to the network */ if (!ap_is_initial_req(f->r)) { if (f->r->main) { ap_remove_output_filter(f); return ap_pass_brigade(f->next, bb); } Loading