]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Also note that I plan to remove the various places with
authorJim Jagielski <jim@apache.org>
Wed, 15 Oct 2003 00:07:15 +0000 (00:07 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 15 Oct 2003 00:07:15 +0000 (00:07 +0000)
http_main.c where we have

#ifdef BEOS
        closesocket(s);
#else
        close(s);
#endif

which is bogus.... unless somehow this is required for
the WIN32/Netware :/

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101454 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f84c7888513a1eb205442323bf1f4fc1fba58961..189bba36388ebc513447ccaac39cb71c83f466ea 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 1.3 STATUS:                                             -*-text-*-
-  Last modified at [$Date: 2003/10/14 20:50:19 $]
+  Last modified at [$Date: 2003/10/15 00:07:15 $]
 
 Release:
 
@@ -46,6 +46,10 @@ Release:
 RELEASE SHOWSTOPPERS:
 
    * Bugz: #22805
+      Jim is working on a somewhat revised patch which also 
+      uses closesocket() universally (instead of the places
+      where we do #ifdef BEOS...). Only the changes to buff.c
+      are being considered at this time.
 
    * isn't ap_die() broken with recognizing recursive errors
        Message-Id: <3F8C56E3.8050501@attglobal.net>