You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by ja...@apache.org on 2003/12/12 23:16:55 UTC

cvs commit: httpd-test/flood flood_round_robin.c

jacekp      2003/12/12 14:16:55

  Modified:    flood    flood_round_robin.c
  Log:
  Sync with APR
  
  Submitted by: Norman Tuttle <nt...@photon.poly.edu>
  
  Revision  Changes    Path
  1.37      +1 -1      httpd-test/flood/flood_round_robin.c
  
  Index: flood_round_robin.c
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/flood_round_robin.c,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- flood_round_robin.c	8 Sep 2003 02:22:31 -0000	1.36
  +++ flood_round_robin.c	12 Dec 2003 22:16:54 -0000	1.37
  @@ -878,7 +878,7 @@
       if (!r->parsed_uri->port)
       {
           r->parsed_uri->port = 
  -                         apr_uri_default_port_for_scheme(r->parsed_uri->scheme);
  +                         apr_uri_port_of_scheme(r->parsed_uri->scheme);
       }
       if (!r->parsed_uri->path) /* If / is not there, be nice.  */
           r->parsed_uri->path = "/";