Loading server/core.c +2 −0 Original line number Diff line number Diff line Loading @@ -2871,6 +2871,8 @@ static int core_input_filter(ap_filter_t *f, apr_bucket_brigade *b, ap_input_mod apr_bucket *e; apr_bucket_brigade *newbb; AP_DEBUG_ASSERT(*readbytes > 0); if (APR_BRIGADE_EMPTY(ctx->b)) return APR_EOF; Loading Loading
server/core.c +2 −0 Original line number Diff line number Diff line Loading @@ -2871,6 +2871,8 @@ static int core_input_filter(ap_filter_t *f, apr_bucket_brigade *b, ap_input_mod apr_bucket *e; apr_bucket_brigade *newbb; AP_DEBUG_ASSERT(*readbytes > 0); if (APR_BRIGADE_EMPTY(ctx->b)) return APR_EOF; Loading