mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Remove all warnings from the input filtering stack.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -390,7 +390,7 @@ static void check_pipeline_flush(request_rec *r)
|
||||
### allow us to defer creation of the brigade to when we actually
|
||||
### need to send a FLUSH. */
|
||||
apr_bucket_brigade *bb = apr_brigade_create(r->pool);
|
||||
apr_size_t zero = 0;
|
||||
apr_off_t zero = 0;
|
||||
|
||||
/* Flush the filter contents if:
|
||||
*
|
||||
|
Reference in New Issue
Block a user