>> Well, we're using wsgiref's simple_server which only speaks HTTP/1.0,
>> but we really need to speak HTTP/1.1 and use chunked. Where do you
>> recommend we put the chunking instead?

<shameless-plug>
If you are not to fuss about which WSGI server you can afford to use,
you could grab the server from CherryPy 3.0 which is HTTP/1.1 fluent.

from cherrypy import wsgiref [1]

You'd be done.
</shameless-plug>

- Sylvain

[1] http://www.cherrypy.org/browser/trunk/cherrypy/wsgiserver.py

_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to