summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-12-22 03:12:37 +0000
committerZeev Suraski <zeev@php.net>2001-12-22 03:12:37 +0000
commite835de81f2c9590f8353f162e8c3e5d24a428afe (patch)
tree2c310a5cb796d33731b0b063074c7efcbe331919
parent05fc73701fef132c5d9602d3f240ee938d2a32f8 (diff)
downloadphp-git-e835de81f2c9590f8353f162e8c3e5d24a428afe.tar.gz
MFH
-rw-r--r--sapi/isapi/php4isapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c
index c0d663ddc9..f5295c7ad4 100644
--- a/sapi/isapi/php4isapi.c
+++ b/sapi/isapi/php4isapi.c
@@ -284,6 +284,7 @@ static int sapi_isapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC)
header_info.cchStatus = strlen(header_info.pszStatus);
header_info.pszHeader = combined_headers;
header_info.cchHeader = total_length;
+ header_info.fKeepConn = FALSE;
lpECB->dwHttpStatusCode = SG(sapi_headers).http_response_code;
lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_SEND_RESPONSE_HEADER_EX, &header_info, NULL, NULL);