From: William A. Rowe Jr Date: Wed, 28 Feb 2001 15:31:29 +0000 (+0000) Subject: Hmmm... missed one. There has to be a better home for this. X-Git-Tag: 2.0.14~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=badfcd1c8c7b6ad65a7e456d51dab7d39d3607cc;p=thirdparty%2Fapache%2Fhttpd.git Hmmm... missed one. There has to be a better home for this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88391 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/arch/win32/mod_isapi.c b/modules/arch/win32/mod_isapi.c index c9a558c10f2..2ce6bc28336 100644 --- a/modules/arch/win32/mod_isapi.c +++ b/modules/arch/win32/mod_isapi.c @@ -726,8 +726,7 @@ static apr_off_t SendResponseHeaderEx(isapi_cid *cid, const char *stat, if (cid->r->status == HTTP_INTERNAL_SERVER_ERROR) return -1; - /* All the headers should be set now */ - ap_send_http_header(cid->r); + /* Headers will actually go when they are good and ready */ /* Any data left is sent directly by the caller, all we * give back is the size of the headers we consumed diff --git a/os/win32/mod_isapi.c b/os/win32/mod_isapi.c index c9a558c10f2..2ce6bc28336 100644 --- a/os/win32/mod_isapi.c +++ b/os/win32/mod_isapi.c @@ -726,8 +726,7 @@ static apr_off_t SendResponseHeaderEx(isapi_cid *cid, const char *stat, if (cid->r->status == HTTP_INTERNAL_SERVER_ERROR) return -1; - /* All the headers should be set now */ - ap_send_http_header(cid->r); + /* Headers will actually go when they are good and ready */ /* Any data left is sent directly by the caller, all we * give back is the size of the headers we consumed