You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2007/10/14 15:08:37 UTC

svn commit: r584539 - /apr/apr/branches/1.2.x/CHANGES

Author: trawick
Date: Sun Oct 14 06:08:36 2007
New Revision: 584539

URL: http://svn.apache.org/viewvc?rev=584539&view=rev
Log:
Eric seconded Bill's description for the Windows apr_procattr_io_set() fix

Modified:
    apr/apr/branches/1.2.x/CHANGES

Modified: apr/apr/branches/1.2.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?rev=584539&r1=584538&r2=584539&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.2.x/CHANGES [utf-8] Sun Oct 14 06:08:36 2007
@@ -5,8 +5,9 @@
      return unknown errors and leak a open handle.
      [Joe Mudd <Joe.Mudd sas.com>]
 
-  *) apr_procattr_io_set() on Windows: Set pipe handles non-blocking as
-     appropriate based on the input parameters.  PR 43522.
+  *) apr_procattr_io_set() on Windows: Set non-blocking pipe handles
+     to a default timeout of 0, following the Unix default.  No effect
+     on pipe handles configured to block.  PR 43522.
      [Eric Covener <covener gmail.com>]
 
   *) apr_file_write() on Windows: Fix return code when writing to a non-