2010-11-16
2010-11-16 17:43:58 by Jonas Wallden <jonasw@roxen.com>
-
f02f3180486196adc996dc8f49e02a5331907a63
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
Update last fix since make_response_headers() already has modified the
underlying data destructively and placed the type in the header block.
Rev: server/protocols/http.pike:1.632
2:
// Modified by Francesco Chemolli to add throttling capabilities.
// Copyright © 1996 - 2009, Roxen IS.
- constant cvs_version = "$Id: http.pike,v 1.631 2010/11/16 17:19:44 jonasw Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.632 2010/11/16 17:43:58 jonasw Exp $";
// #define REQUEST_DEBUG
#define MAGIC_ERROR
2794: Inside #if defined(HTTP_COMPRESSION)
compress_dynamic_requests() && client_gzip_enabled()) {
if (mixed /*Stdio.File|string*/ compressed =
try_gzip_data(file->data ? file->data : file->file,
- get_response_content_type(file))) {
+ variant_heads["Content-Type"])) {
if (file->data) {
file->data = compressed;
file->len = sizeof(file->data);