|
|
@ -710,6 +710,7 @@ zend_first_try { |
|
|
if (!parent_req) { |
|
|
if (!parent_req) { |
|
|
php_apache_request_dtor(r); |
|
|
php_apache_request_dtor(r); |
|
|
ctx->request_processed = 1; |
|
|
ctx->request_processed = 1; |
|
|
|
|
|
apr_brigade_cleanup(brigade); |
|
|
bucket = apr_bucket_eos_create(r->connection->bucket_alloc); |
|
|
bucket = apr_bucket_eos_create(r->connection->bucket_alloc); |
|
|
APR_BRIGADE_INSERT_TAIL(brigade, bucket); |
|
|
APR_BRIGADE_INSERT_TAIL(brigade, bucket); |
|
|
|
|
|
|
|
|
|