]> granicus.if.org Git - apache/commitdiff
Win32: Call GetOverlappedResults to get the results of an async
authorBill Stoddard <stoddard@apache.org>
Mon, 20 May 2002 13:43:56 +0000 (13:43 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 20 May 2002 13:43:56 +0000 (13:43 +0000)
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

CHANGES

diff --git a/CHANGES b/CHANGES
index 0876ec61284ba66a831dbe0f10f5bd813793eb9c..fa9bcc636c6bcb4577fc3c0e21f977b5b24ce229 100644 (file)
--- 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 <kaz@asada.sytes.net>]