I tried this:
http://webpy.org/cookbook/streaming_large_files
and it does work, but it just doesn't feel right.  It works in firefox
(loading the main page takes forever), but not in chrome (it loads it
and then displays it all at once).

I looked at the headers:
HTTP/1.1 200 OK

Content-type: text/html

Transfer-Encoding: chunked

Transfer-Encoding: chunked

Date: Fri, 17 Jul 2009 05:37:37 GMT

Server: CherryPy/3.1.2 WSGI Server

It's sending transfer-encoding twice?  I tried not setting the header
in the code and it, oddly enough, still set transfer-encoding as
chunked.  It didn't work even then though...  Am I missing something?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to