Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-03-25
1998-03-25 01:26:35 by Per Hedbor <ph@opera.com>
35399d0c0a4f36163740c0ee186fe4bc60e1fef8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed object "leak"
Rev: server/protocols/http.pike:1.65
1:
// This is a roxen module. Copyright © 1996 - 1998, Idonex AB.
-
constant cvs_version = "$Id: http.pike,v 1.
64
1998/03/25
00
:
09
:
13
per Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
65
1998/03/25
01
:
26
:
35
per Exp $";
// HTTP protocol module. #include <config.h> private inherit "roxenlib";
563:
void disconnect() { file = 0;
-
werror("DND\n");
+
//
werror("DND\n");
if(do_not_disconnect) { return; }