Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-10
2000-09-10 15:18:25 by Per Hedbor <ph@opera.com>
f904d6339de7a8a95643c8381295637cd8f79919 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Fixes [bug
213 (#213)
], do not cache backtraces
Rev: server/protocols/http.pike:1.272
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
271
2000/09/
05
14
:
45
:
10
jhs
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
272
2000/09/
10
15
:
18
:
25
per
Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
1326:
void internal_error(array _err) {
+
misc->cacheable = 0;
mixed err = _err; _err = 0; // hide in backtrace, they are bad enough anyway... array err2;