On Apr 17, 1:45 pm, Anand Chitipothu <[email protected]> wrote:
> 2009/4/17 Juan Pablo Scaletti <[email protected]>
>
>
>
> >http://webpy.org/cookbook/streaming_large_files
>
> > In theory this could be used to make a "Comet" application right?
>
> shouldn't setting Transfer-Encoding be done automatically by web.py
> when sees that response is an iterator?

Chunked encoding of HTTP response data and setting Transfer-Encoding
is the job of the web server and not a Python web application. You are
confusing ability to stream data, with whether or not chunked encoding
used on that data when returned by the web server.

Graham
--~--~---------~--~----~------------~-------~--~----~
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