2010-11-30
2010-11-30 16:28:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
b50285880cb8766dfa44735fc147e1030af40771
(12 lines)
(+6/-6)
[
Show
| Annotate
]
Branch: 5.2
Autodoc mk II markup fix.
Rev: server/protocols/http.pike:1.633
2:
// Modified by Francesco Chemolli to add throttling capabilities.
// Copyright © 1996 - 2009, Roxen IS.
- constant cvs_version = "$Id: http.pike,v 1.632 2010/11/16 17:43:58 jonasw Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.633 2010/11/30 16:28:34 grubba Exp $";
// #define REQUEST_DEBUG
#define MAGIC_ERROR
2290: Inside #if defined(HTTP_COMPRESSION)
#ifdef HTTP_COMPRESSION
#ifdef HTTP_COMPR_STREAM
- class GzStreamingFile
- {
+
//! Class that will compress a file on the fly, i.e. read() will
//! return compressed data from the source file fed to @[create] or
//! @[open]. Writing is not supported currently.
-
+ class GzStreamingFile
+ {
protected Gz.deflate def;
protected Stdio.File srcfile;
protected string read_buf;