retitle 353213 bzr: urllib transport does not support keep-alive thanks * Adeodato Simó [Fri, 28 Jul 2006 04:57:08 +0200]:
> found 353213 0.8.2-1 > thanks > * Don Armstrong [Sat, 20 May 2006 09:43:54 -0700]: > > archimedes 09:39:24 ~/tmp$ dpkg -l bzr > > ii bzr 0.8.2-1 bazaar-ng, the next-generation distributed version control > > system > > archimedes 09:41:26 ~/tmp$ rm -rf source_temp > > archimedes 09:41:34 ~/tmp$ bzr branch > > http://people.debian.org/~don/debbugs_bzr/source_temp > > bzr: ERROR: urllib2.HTTPError: HTTP Error 503: Service Temporarily > > Unavailable > > at /usr/lib/python2.4/urllib2.py line 480 > > in http_error_default > Yeah, I just had it happen (same bzr version, same server). Tried again > with bzr.dev, same error. Couldn't reproduce at home, though, guess I > don't have enough bandwidth there to make gluck hate me. > Don, maybe installing python-pycurl helps? I fiddled a bit more, and as it happens, people.debian.org has MaxConnPerIP set to 10. I configured a local apache with that, and I could reproduce easily, and confirm that installing python-pycurl solves the issue (since it keeps a pool of 5 connections only, IIRC) I was intending to make an upload Recommending: python-pycurl soon. However, I'll leave this bug open, since one of the http backends (urllib, which is used when pycurl is not installed) does indeed not implement keep-alive (but there are plans to, I believe). Cheers, -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org Listening to: Sigur Rós - Samskeyti -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

