Submitted by: ylavic
Reviewed by: ylavic, icing, covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893107 13f79535-47bb-0310-9956-
ffa450edef68
return c->data_in_output_filters ? OK : DECLINED;
}
-static APR_INLINE int ap_filter_input_pending(conn_rec *c)
-{
- return c->data_in_input_filters ? OK : DECLINED;
-}
-
PROXY_DECLARE(apr_status_t) ap_proxy_buckets_lifetime_transform(request_rec *r,
apr_bucket_brigade *from,
apr_bucket_brigade *to)