Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-01
2000-09-01 14:10:27 by Per Hedbor <ph@opera.com>
35233d3fe363d0f587cb258338e5146d80dcdd1b (
13
lines) (+
12
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Handle missing port_obj in do_log as well.
Rev: server/protocols/http.pike:1.267
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
266
2000/09/01
13
:
47
:
40
per Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
267
2000/09/01
14
:
10
:
27
per Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
1368:
conf->log(file, this_object()); } }
+
if( !port_obj )
+
{
+
catch // paranoia
+
{
+
my_fd->close();
+
destruct( my_fd );
+
destruct( );
+
};
+
return;
+
}
end(1); return; }