Re: BaseHTTPServer.BaseHTTPRequestHandler and HTTP chunking

2005-03-10 Thread Venkat B
 No. Hardly any HTTP 1.1 features are supported.

Hi all,

I'd like to know more about the limitations.

Somewhere, is there a list of the actual subset of HTTP 1.1 features
supported. There's not much related info at the python.org site. There
appears to be just a limited note on 1.1 in
http://www.python.org/doc/2.4/lib/module-BaseHTTPServer.html with regards to
using the protocol_version variable/setting. No clue to extent of support.

Thanks,
/v


-- 
http://mail.python.org/mailman/listinfo/python-list


BaseHTTPServer.BaseHTTPRequestHandler and HTTP chunking

2005-03-09 Thread Andy Leszczynski
Does BaseHTTPServer.BaseHTTPRequestHandler support HTTP protocol chunking?
Thanks, Andy
--
http://mail.python.org/mailman/listinfo/python-list


Re: BaseHTTPServer.BaseHTTPRequestHandler and HTTP chunking

2005-03-09 Thread Steve Holden
Andy Leszczynski wrote:
Does BaseHTTPServer.BaseHTTPRequestHandler support HTTP protocol chunking?
No. Hardly any HTTP 1.1 features are supported.
regards
 Steve
--
http://mail.python.org/mailman/listinfo/python-list