diff options
author | bubulle@debian.org <> | 2006-09-17 12:14:45 +0200 |
---|---|---|
committer | bubulle@debian.org <> | 2006-09-17 12:14:45 +0200 |
commit | 5b3bb4b96e91f86ba28c5851763535cfdd47dd21 (patch) | |
tree | 51e1cd97d6d180c5f8442052e3e878cea9c007b7 /methods/gzip.cc | |
parent | 145e88a8391d2d9789b63d546d8fc62d910a20fb (diff) | |
parent | 3772dc74d3e7767980a011e01302dd688b3764fc (diff) |
Resync with Michael Vogt
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; } } |