Branch: Tag:

2000-11-27

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

Fix [Bug 812 (#812)]

Rev: server/base_server/roxen.pike:1.581

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.580 2000/11/27 09:25:10 per Exp $"; + constant cvs_version="$Id: roxen.pike,v 1.581 2000/11/27 09:46:03 per Exp $";      // Used when running threaded to find out which thread is the backend thread,   // for debug purposes only.
1146:       sscanf( url, "%[^:]://%[^/]%s", protocol, host, path );    if (!host || !stringp(host)) return; -  if( !protocls[ protocol ] ) return; +  if( !protocols[ protocol ] ) return;       sscanf(host, "%[^:]:%d", host, port);