]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
No call for replicating this message, it was effectively identical
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Dec 2001 03:37:38 +0000 (03:37 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Dec 2001 03:37:38 +0000 (03:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92556 13f79535-47bb-0310-9956-ffa450edef68

src/main/buff.c

index 793570444802ffc4b3baf0a6ae072fa2c2c41984..9e597267f9b76c1e5609b2a95d130c1da65f991d 100644 (file)
@@ -173,13 +173,11 @@ int sendwithtimeout(int sock, const char *buf, int len, int flags)
                        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
                        }