X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c6ee61eab54edf6cc3fbe118d304d72a860e1451..1296bc7c466181a7978c313c40a041b34ce3eaeb:/methods/http.cc diff --git a/methods/http.cc b/methods/http.cc index f2a4a4db6..1b996db98 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -440,6 +440,8 @@ bool HttpServerState::RunData(FileFd * const File) loss of the connection means we are done */ if (Encoding == Closes) In.Limit(-1); + else if (JunkSize != 0) + In.Limit(JunkSize); else In.Limit(Size - StartPos);