]> granicus.if.org Git - apache/commit
Fix streaming output from an nph- CGI script. CGI:IRC now
authorJeff Trawick <trawick@apache.org>
Fri, 25 Oct 2002 15:18:53 +0000 (15:18 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 25 Oct 2002 15:18:53 +0000 (15:18 +0000)
commit39b6357861f70a9a3cde118cb45edf17089c8049
treea4af5bcbe84bee45526b920934f7be6b0270021b
parentb2b9d95594cc17850e3c3d3aee45a54449fe5320
Fix streaming output from an nph- CGI script.  CGI:IRC now
works.

core output filter needs to detect when no more data is available from
a pipe for a while so that it can flush what is already there

normally, content-length filter handles this but for nph- script
we don't have content-length filter in place

PR:             8482

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