]> granicus.if.org Git - apache/commit
Add deferred write pool to core_output_filter to clean up file descriptors as
authorStefan Fritsch <sf@apache.org>
Sat, 19 Jun 2010 09:10:54 +0000 (09:10 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 19 Jun 2010 09:10:54 +0000 (09:10 +0000)
commit6b2857259b04d9a293b8f3af5c5b7f7103439cf6
tree71da1abd7f886bbc0dddebb01e9c7405ffab132d
parentf3ddf96d9b86f47829e2839160f9b4c2ae4cb9f0
Add deferred write pool to core_output_filter to clean up file descriptors as
soon as the corresponding response has been sent and not only after the
connection has been closed.

This change does not deal with pipelined requests, yet.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956202 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/httpd.h
server/core_filters.c