Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-11-27
2000-11-27 09:46:03 by Per Hedbor <ph@opera.com>
02762933cac715ef24b7db0fe3550e794d809d26 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
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);