diff options
author | Michael Vogt <egon@bottom> | 2006-09-12 13:52:22 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-09-12 13:52:22 +0200 |
commit | 0dbbd79dbce8117521f36ecb0d6e8025152023f0 (patch) | |
tree | 2288de2edcb4ca124d6e34db69ca16e51037bf78 /methods/gzip.cc | |
parent | d4a7a408559193d80843cef66231216fb58770a4 (diff) | |
parent | 071812e3bfe5446f58c8ac4cd5731bd601eac29a (diff) |
* merged with mainline
Diffstat (limited to 'methods/gzip.cc')
-rw-r--r-- | methods/gzip.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/gzip.cc b/methods/gzip.cc index 809afc0fc..55ff33270 100644 --- a/methods/gzip.cc +++ b/methods/gzip.cc @@ -111,6 +111,7 @@ bool GzipMethod::Fetch(FetchItem *Itm) if (To.Write(Buffer,Count) == false) { Failed = true; + FromGz.Close(); break; } } |