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