[q] chunked encoding in httplib

Oleg Paraschenko olepar at gmail.com
Mon Sep 6 23:13:55 EDT 2004


Hello Christopher,

christopher at baus.net wrote in message news:<mailman.2946.1094510434.5135.python-list at python.org>...
> ...
> I was wondering if the chunked encoding parser in libhttp supports chunk
> trailers as described here:
> ...

  It is not surprise if not.

> ...
> I doesn't seem that this information is available in the libhttp response
> object.  I'm currently considering not supporting trailers (ie assuming
> they are always empty), as I don't know of any real world example where
> they are used.

  Try to do POST requests to CGIs under IIS. I think you will get a
real worl example soon.

> 
> TIA,
> 
> Christopher
> www.baus.net

--
Oleg



More information about the Python-list mailing list