]> granicus.if.org Git - apache/commit
ap_finalize_sub_req_protocol() shouldn't send an EOS bucket if
authorJeff Trawick <trawick@apache.org>
Mon, 10 Jun 2002 18:51:38 +0000 (18:51 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 10 Jun 2002 18:51:38 +0000 (18:51 +0000)
commitbe3944aa7f4e2d049afbbcc9f53ad7d508bd5f8e
tree8b3ff6f87848d32e0e28277a5ff2c754d52a06a0
parentfef3defbcb6df1e6af27a77217c94deb426b39d4
ap_finalize_sub_req_protocol() shouldn't send an EOS bucket if
one was already sent.

mod_ext_filter performs some one-time processing when it sees EOS.
When it saw EOS more than once and a subsequent attempt to close a
file failed, it issued the log message described in PR 9644.

PR:      9644

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95595 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/protocol.c