Re: [Twisted-Python] HTTPClientFactory's deferred never finishing download on .vcf (vcard file) link

2009-10-09 Thread Reza Lotun
Hi, On Thu, Oct 8, 2009 at 10:31 PM, Steve Steiner (listsin) wrote: > I haven't found any way to dump the actual headers from within Twisted The getPage function in twisted.web is suited for simple calls but won't return returns. What you have to do is create your own slightly modified version

Re: [Twisted-Python] HTTPClientFactory's deferred never finishing download on .vcf (vcard file) link

2009-10-09 Thread Reza Lotun
On Fri, Oct 9, 2009 at 10:53 AM, Reza Lotun wrote: > won't return returns. What you have to do is create your own slightly I meant won't return headers ;-) Reza -- Reza Lotun mobile: +44 (0)7521 310 763 email: rlo...@gmail.com work: r...@tweetdeck.com twitter: @rlotun _

Re: [Twisted-Python] Phasing out old-style classes

2009-10-09 Thread Tim Allen
On Fri, Oct 09, 2009 at 03:45:02AM -, exar...@twistedmatrix.com wrote: > However, if I were to make up a plan for porting Twisted to Python 3.x, > then the first part of that plan would be to fix all of the failing > tests reported here: > > http://buildbot.twistedmatrix.com/builders/python-

Re: [Twisted-Python] HTTPClientFactory's deferred never finishing download on .vcf (vcard file) link

2009-10-09 Thread listsin
On Oct 9, 2009, at 5:53 AM, Reza Lotun wrote: >> I haven't found any way to dump the actual headers from within >> Twisted > > The getPage function in twisted.web is suited for simple calls but > won't return returns. What you have to do is create your own slightly > modified version of getPage

Re: [Twisted-Python] HTTPClientFactory's deferred never finishing download on .vcf (vcard file) link

2009-10-09 Thread Steve Steiner (listsin)
On Oct 10, 2009, at 1:34 AM, Steve Steiner (listsin) wrote: > Along the way, I ran into: > > http://python.net/crew/mwh/apidocs/twisted.web.http.Request.html Just realized that that was off-twistedmatrix, same doc at: http://twistedmatrix.com/documents/8.2.0/api/twisted.web.http.R