]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/http/http_request.c (ap_process_request_after_handler,
authorJoe Orton <jorton@apache.org>
Wed, 6 Jun 2018 11:39:33 +0000 (11:39 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 6 Jun 2018 11:39:33 +0000 (11:39 +0000)
commit07ab2af39d3a670e92f5e1e59749b8ecd51f9e48
treea050b2ba937d39c4f7f54847f1d42be38f1052a2
parentaf3353bea3b84341a6e3940810aa1f407b6fb66b
* modules/http/http_request.c (ap_process_request_after_handler,
  ap_process_request): Cache and retrieve the brigade structure used
  to send EOR and FLUSH between requests in c->pool userdata, to avoid
  allocating a brigade structure per-request out of c->pool.

Submitted by: rpluem, jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1833014 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http/http_request.c