I took another look at this. The problem begins in ServerState::HeaderLine() Where we parse a Content-Range header:
Content-Range: bytes 587-600/601 So we set StartPos to 587. Then in HttpServerState::RunData() we do In.Limit(Size - StartPos); where Size is 14. We pass a negative number into Limit() which means MaxGet is set to something less than OutP, and we loop forever. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1445239 Title: apt's lists/partial fills disk To manage notifications about this bug go to: https://bugs.launchpad.net/apt/+bug/1445239/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
