Loading modules/http/http_request.c +1 −1 Original line number Diff line number Diff line Loading @@ -367,7 +367,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); int zero = 0; apr_size_t zero = 0; /* Flush the filter contents if: * Loading server/protocol.c +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ AP_CORE_DECLARE(int) ap_getline(char *s, int n, request_rec *r, int fold) while (1) { if (APR_BRIGADE_EMPTY(b)) { int zero = 0; apr_size_t zero = 0; if ((retval = ap_get_brigade(c->input_filters, b, AP_MODE_BLOCKING, &zero /* readline */)) != APR_SUCCESS || Loading Loading
modules/http/http_request.c +1 −1 Original line number Diff line number Diff line Loading @@ -367,7 +367,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); int zero = 0; apr_size_t zero = 0; /* Flush the filter contents if: * Loading
server/protocol.c +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ AP_CORE_DECLARE(int) ap_getline(char *s, int n, request_rec *r, int fold) while (1) { if (APR_BRIGADE_EMPTY(b)) { int zero = 0; apr_size_t zero = 0; if ((retval = ap_get_brigade(c->input_filters, b, AP_MODE_BLOCKING, &zero /* readline */)) != APR_SUCCESS || Loading