2000-09-30
2000-09-30 19:18:50 by Per Hedbor <ph@opera.com>
-
5e2898edf02cd0a338dd47e9dbb0491b67150e37
(6 lines)
(+3/-3)
[
Show
| Annotate
]
Branch: 5.2
Fixes the irritating 'only-half-the-page' bug
Rev: server/protocols/http.pike:1.279
2:
// Modified by Francesco Chemolli to add throttling capabilities.
// Copyright © 1996 - 2000, Roxen IS.
- constant cvs_version = "$Id: http.pike,v 1.278 2000/09/26 22:51:19 per Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.279 2000/09/30 19:18:50 per Exp $";
// #define REQUEST_DEBUG
#define MAGIC_ERROR
1874: Inside #if defined(RAM_CACHE)
"rf":realfile,
]),
misc->cacheable );
- m_delete(file, "file" );
- file->data = data;
+ file = ([ "data":data, "raw":file->raw ]);
head_string = "";
}
}