group.of.nepali.translators team mailing list archive
-
group.of.nepali.translators team
-
Mailing list archive
-
Message #21896
[Bug 1751225] Re: apt update hangs when repository url is redirect url
OK, so I need to dig a bit further into this. I think if I move the if I
break things elsewhere. IIRC, I added the if that early because, when
apt received a redirect with Content-Length: 0, it started hanging, and
that fixed it. But maybe it breaks some other stuff now.
** Changed in: apt (Ubuntu)
Status: Triaged => Invalid
--
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1751225
Title:
apt update hangs when repository url is redirect url
Status in apt package in Ubuntu:
Invalid
Status in apt source package in Xenial:
Triaged
Status in apt source package in Artful:
New
Bug description:
[Impact]
When using redirect url on /etc/apt/sources.list
apt update command hangs
this is affected with commit
https://anonscm.debian.org/git/apt/apt.git/commit/?id=dd547ebaffd2aceb42e2908f1d5f0ab386af6cb1
In my test, moving below[1] code after[2]
[1]
###
if (ContentLength == 0)
return true;
###
[2]
if (Encoding == Closes)
Encoding = Stream;
###
it worked fine.
[Test Case]
echo "deb http://packages.cloudfoundry.org/debian stable main" >
/etc/apt/sources.list.d/cloudfoundry-cli.list
apt update
[Regression]
TBD
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1751225/+subscriptions