]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
New file for defining the End Of Connection (EOC) bucket type.
authorMadhusudan Mathihalli <madhum@apache.org>
Sat, 28 Feb 2004 00:38:21 +0000 (00:38 +0000)
committerMadhusudan Mathihalli <madhum@apache.org>
Sat, 28 Feb 2004 00:38:21 +0000 (00:38 +0000)
commit9e4e693414f4524abd9eb4d374757617b50625b7
treeb1284862e99b4b187b547f2d0d5602c5957e60e4
parent704e03f654571b9742514764e6567bd77dee3dba
New file for defining the End Of Connection (EOC) bucket type.

The new bucket type was introduced for connection level filters (Ex. SSL)
that need to send special data to the peer just before the socket is closed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102792 13f79535-47bb-0310-9956-ffa450edef68
server/eoc_bucket.c [new file with mode: 0644]