From 4b0c2cecc3a8f364c9377c441b3eeac791f5dd29 Mon Sep 17 00:00:00 2001 From: Dai Sato Date: Mon, 29 May 2006 12:54:26 +0000 Subject: [w3m-dev-en 01067] decode content-encoding in all situations. --- url.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'url.c') diff --git a/url.c b/url.c index 2eb6e45..86c2d47 100644 --- a/url.c +++ b/url.c @@ -1,4 +1,4 @@ -/* $Id: url.c,v 1.92 2006/04/07 13:21:12 inu Exp $ */ +/* $Id: url.c,v 1.93 2006/05/29 12:54:26 inu Exp $ */ #include "fm.h" #include #include @@ -1453,7 +1453,8 @@ init_stream(URLFile *uf, int scheme, InputStream stream) uf->scheme = scheme; uf->encoding = ENC_7BIT; uf->is_cgi = FALSE; - uf->compression = 0; + uf->compression = CMP_NOCOMPRESS; + uf->content_encoding = CMP_NOCOMPRESS; uf->guess_type = NULL; uf->ext = NULL; uf->modtime = -1; -- cgit v1.2.3