Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-08-31
2001-08-31 17:07:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>
64685b3b0177280a6db02b0d4e9a34b5dc78d82f (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fix for "Cannot access global variables in destructed object".
Rev: server/protocols/http.pike:1.335
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2001, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
334
2001/08/
28
21
:
35
:
56
mast
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
335
2001/08/
31
17
:
07
:
48
grubba
Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
1014:
my_fd->close(); destruct(my_fd); };
+
catch {
my_fd = 0;
-
+
};
} disconnect(); }