You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/12/21 04:37:38 UTC

cvs commit: apache-1.3/src/main buff.c

wrowe       01/12/20 19:37:38

  Modified:    src/main buff.c
  Log:
    No call for replicating this message, it was effectively identical
  
  Revision  Changes    Path
  1.103     +1 -3      apache-1.3/src/main/buff.c
  
  Index: buff.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/buff.c,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -u -r1.102 -r1.103
  --- buff.c	2001/11/30 14:08:44	1.102
  +++ buff.c	2001/12/21 03:37:38	1.103
  @@ -173,13 +173,11 @@
   			if(err == WSAEWOULDBLOCK) {
   			    
   			    retry=1;
  -#ifdef NETWARE
                               ap_log_error(APLOG_MARK,APLOG_DEBUG,NULL,
                                            "select claimed we could write, but in fact we couldn't.");
  +#ifdef NETWARE
                               ThreadSwitchWithDelay();
   #else
  -                            ap_log_error(APLOG_MARK,APLOG_DEBUG,NULL,
  -                                         "select claimed we could write, but in fact we couldn't. This is a bug in Windows.");
   			    Sleep(100);
   #endif
   			}