Branch: Tag:

2000-11-27

2000-11-27 09:25:10 by Per Hedbor <ph@opera.com>

Fix [Bug 812 (#812)]

Rev: server/base_server/roxen.pike:1.580

4:   // Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.      // ABS and suicide systems contributed freely by Francesco Chemolli - constant cvs_version="$Id: roxen.pike,v 1.579 2000/11/21 14:42:24 per Exp $"; + constant cvs_version="$Id: roxen.pike,v 1.580 2000/11/27 09:25:10 per Exp $";      // Used when running threaded to find out which thread is the backend thread,   // for debug purposes only.
1145:    url = replace( url, "/any", "/*" );       sscanf( url, "%[^:]://%[^/]%s", protocol, host, path ); -  if (!host || !stringp(host)) -  return; +  if (!host || !stringp(host)) return; +  if( !protocls[ protocol ] ) return;       sscanf(host, "%[^:]:%d", host, port);