[Twisted-Python] Asynchronous gzipped content decompression: best approach

2010-07-30 Thread Michele -
HiĀ Itamar, Thanks for the hint, it took me a while to make it work but it does do the job very well. For future reference to the thread readers, the bytes to skip are the first 10 of the first set of data received by the protocol. Thanks again Michele _

Re: [Twisted-Python] Asynchronous gzipped content decompression: best approach

2010-07-30 Thread Itamar Turner-Trauring
On Fri, 2010-07-30 at 11:28 +0100, Michele - wrote: > Hi, > > > I have written a small utility function to replace > "twisted.web.client.getPage", to be able to read the response header. > > > I have to say that the ever improving documentation made it quite easy > for me to do it using the new

[Twisted-Python] Asynchronous gzipped content decompression: best approach

2010-07-30 Thread Michele -
Hi, I have written a small utility function to replace "twisted.web.client.getPage", to be able to read the response header. I have to say that the ever improving documentation made it quite easy for me to do it using the new twisted.web.client.Agent, so well done to all! Since my wrapper works