Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-19
2000-09-19 04:44:08 by Martin Nilsson <mani@lysator.liu.se>
8ace00f01835ed2b9f30a104825ef9de71a950db (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Thread fix
Rev: server/base_server/roxen.pike:1.555
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.
554
2000/09/
18
18
:
18
:
03
grubba
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
555
2000/09/
19
04
:
44
:
08
nilsson
Exp $";
// Used when running threaded to find out which thread is the backend thread, // for debug purposes only.
3191:
{ file=Stdio.File(); if(!file->open(f,"r") || !(data=file->read()))
+
#ifdef THREADS
catch { data = Protocols.HTTP.get_url_nice( f )[1]; };
-
+
#endif
if( !data ) return 0; }