Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-14
2000-09-14 19:42:57 by Martin Nilsson <mani@lysator.liu.se>
76ad0a54af775008f09c75043df5d1fe69592307 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed thread problem
Rev: server/base_server/roxen.pike:1.549
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.
548
2000/09/
13
18
:
18
:
38
jonasw
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
549
2000/09/
14
19
:
42
:
57
nilsson
Exp $";
// Used when running threaded to find out which thread is the backend thread, // for debug purposes only.
3153:
{ file=Stdio.File(); if(!file->open(f,"r") || !(data=file->read()))
+
#ifdef THREADS
catch { string host = "";
3166:
]); data = Protocols.HTTP.get_url_data( f, 0, hd ); };
+
#endif
if( !data ) return 0; }