Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-28
2001-01-28 05:44:15 by Per Hedbor <ph@opera.com>
41b64ea87064b790d8f7db3e058278881bea21a6 (
24
lines) (+
13
/-
11
)
[
Show
|
Annotate
]
Branch:
5.2
Very minor optimization
Rev: server/protocols/http.pike:1.298
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
297
2001/01/
19
18
:
34
:
47
per Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
298
2001/01/
28
05
:
44
:
15
per Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
1871:
INTERNAL_ERROR( e ); TIMER("conf->handle_request");
-
if( file
&&
file->try_again_later )
+
if( file
)
+
if(
file->try_again_later )
{ if( objectp( file->try_again_later ) ) ;
1879:
call_out( roxen.handle, file->try_again_later, handle_request ); return; }
-
if( file
&& file
->pipe )
+
else
if( file->pipe )
return; send_result(); }