]> 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)
commitb9850574f2904276080a84d18e75512426b6aa54
tree8b3ff6f87848d32e0e28277a5ff2c754d52a06a0
parent1824c46f727287db99417ca5e731ba2e03bea9b8
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