You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2003/11/21 19:14:44 UTC

cvs commit: apache-1.3/src/modules/proxy proxy_util.c

trawick     2003/11/21 10:14:44

  Modified:    src/modules/proxy proxy_util.c
  Log:
  axe a comment that was removed long ago then re-emerged with the massive
  proxy changes
  
  PR: 18628
  Submitted by: Joshua Colvin <joshua safeweb.com>
  Reviewed by:  Jeff Trawick
  
  Revision  Changes    Path
  1.128     +0 -3      apache-1.3/src/modules/proxy/proxy_util.c
  
  Index: proxy_util.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/proxy/proxy_util.c,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -u -r1.127 -r1.128
  --- proxy_util.c	3 Feb 2003 17:13:26 -0000	1.127
  +++ proxy_util.c	21 Nov 2003 18:14:44 -0000	1.128
  @@ -292,9 +292,6 @@
           return "Bad IP address in URL";
       }
   
  -/*    if (strchr(host,'.') == NULL && domain != NULL)
  -   host = pstrcat(p, host, domain, NULL);
  - */
       *urlp = url;
       *hostp = host;