You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by or...@apache.org on 2001/08/03 23:35:24 UTC

cvs commit: httpd-proxy STATUS

orlikowski    01/08/03 14:35:24

  Modified:    .        STATUS
  Log:
  Partly cloudy here...
  
  Revision  Changes    Path
  1.26      +9 -1      httpd-proxy/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-proxy/STATUS,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- STATUS	2001/07/13 12:44:01	1.25
  +++ STATUS	2001/08/03 21:35:24	1.26
  @@ -1,5 +1,5 @@
   HTTPD PROXY STATUS:
  -Last modified at [$Date: 2001/07/13 12:44:01 $]
  +Last modified at [$Date: 2001/08/03 21:35:24 $]
   
   Release:
   
  @@ -36,6 +36,9 @@
   
      * problems with akamai proxies - under investigation
         This problem is fixed on FreeBSD 4.3 and Linux 2.2 as of 6/26/01
  +   * Something involving the PROXY_DECLARE declarations keeps
  +     the proxy from working as a DSO on AIX.
  +   * Remove the last bits of non-threadsafe code. inet_ntoa springs to mind.
   
   RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
   
  @@ -69,6 +72,11 @@
        and reconnects - we seem to be hanging on the stream close, since
        the client (iTunes) may not be actually closing the connection
        (not believed to be an HTTP proxy problem)
  +   * Remove any and all code tied to IPv4, for IPv6 compatibility. Go looking
  +     for in_addr.
  +   * Possibly set SO_REUSEPORT in the ftp proxy, as some ftp servers may need
  +     it.
  +   * Possible proxy waiting scoreboard state
   
   2.0+