I'm trying to use HTTP::Daemon (and eventually HTTP::Daemon::Threaded) to build a Comet
web app. I'd like to use the
forever frame technique, but don't see any specific mention of it in the HTTP::Response docs.
Has anyone used chunked encoding w/ HTTP::Response ? If so, any relevant code droppings you might post would be much appreciated.