Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-04
2000-02-04 02:48:23 by Per Hedbor <ph@opera.com>
ebdf9485d5e8261abcc74dfdf4789f554696a1bc (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
All the debug for fhttp is now gone again
Rev: server/base_server/roxen.pike:1.412
5:
*/ // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
411
2000/02/04 02:
33
:
01
per Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
412
2000/02/04 02:
48
:
23
per Exp $";
object backend_thread; ArgCache argcache;
1231:
void adjust_stats() { call_out(adjust_stats, 2);
-
werror( status() );
-
//
low_adjust_stats( l->cache_status() );
+
//
werror( status() );
+
low_adjust_stats( l->cache_status() );
}