]> 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:19:04 +0000 (19:19 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 7 Dec 2006 19:19:04 +0000 (19:19 +0000)
commitd80acb54f58ca4956be45ab2f573e626fdd2d7d9
tree1dfe8272555a0e6e9250fcef0b8c9dd94c2f356d
parent400f5b0ee0fa82098295508ea506a9b92d97a7c8
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.

Backports: 483613

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