From: William A. Rowe Jr Date: Fri, 21 Dec 2001 03:37:38 +0000 (+0000) Subject: No call for replicating this message, it was effectively identical X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c36234f11a8d09d0c6c40850062eb7c5668525f;p=thirdparty%2Fapache%2Fhttpd.git No call for replicating this message, it was effectively identical git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92556 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/main/buff.c b/src/main/buff.c index 79357044480..9e597267f9b 100644 --- a/src/main/buff.c +++ b/src/main/buff.c @@ -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 }