mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174751 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -252,14 +252,14 @@ AP_DECLARE(void) ap_process_request_after_handler(request_rec *r)
|
||||
bb = apr_brigade_create(r->connection->pool, r->connection->bucket_alloc);
|
||||
b = ap_bucket_eor_create(r->connection->bucket_alloc, r);
|
||||
APR_BRIGADE_INSERT_HEAD(bb, b);
|
||||
|
||||
|
||||
ap_pass_brigade(r->connection->output_filters, bb);
|
||||
|
||||
|
||||
/* From here onward, it is no longer safe to reference r
|
||||
* or r->pool, because r->pool may have been destroyed
|
||||
* already by the EOR bucket's cleanup function.
|
||||
*/
|
||||
|
||||
|
||||
c->cs->state = CONN_STATE_WRITE_COMPLETION;
|
||||
check_pipeline(c);
|
||||
AP_PROCESS_REQUEST_RETURN((uintptr_t)r, r->uri, r->status);
|
||||
|
Reference in New Issue
Block a user