]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Revert a regression introduced in the recent overhauls of mod_isapi.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 7 Dec 2006 19:18:30 +0000 (19:18 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 7 Dec 2006 19:18:30 +0000 (19:18 +0000)
commit1602c1ffe138267dd2f7e4648d33da8aa8381883
tree4767adc9509c76ae19bcf097ff9389c5cef48352
parent2112fbd7d45aaa584d6511de23b130f0d28217c7
Revert a regression introduced in the recent overhauls of mod_isapi.

PR 40470 points out that we no longer handle ate == headlen, where
there is a headers-only response from the isapi app to the server.

This patch restores the previous behavior of pending those headers
until some amount of body response is ready to be sent to the client.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@483613 13f79535-47bb-0310-9956-ffa450edef68
modules/arch/win32/mod_isapi.c