From: Bill Stoddard Date: Mon, 20 May 2002 13:43:56 +0000 (+0000) Subject: Win32: Call GetOverlappedResults to get the results of an async X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4b024a83a457413512a91736693f4f9b651808d;p=apache Win32: Call GetOverlappedResults to get the results of an async TransmitFile() else we may return APR_SUCCESS to a call that really failed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95185 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0876ec6128..fa9bcc636c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ Changes with Apache 2.0.37 + *) Win32: Fix bug in apr_sendfile() that caused incorrect operation + of the %X, %b and %B logformat options. PR 8253, 8996. + [Bill Stoddard] *) If content-encoding is already present, do not run deflate (PR 9222) [Kazuhisa ASADA ]