
On Wed, Jun 27, 2012 at 10:41 AM, Erik de Castro Lopo
Michael Snoyman wrote:
That's the reason I added connect-and-resume to conduit. I use the technique in warp[1], which in fact *does* support multiple request/response pairs due to connection keep-alive. But the code base isn't the easiest introduction to the technique. If there's interest, I'll try to put together a blog post on using connect-and-resume to solve this kind of problem.
+1
Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
I've written up the blog post, but it will only be going public once conduit is released (hopefully pretty soon). For the curious, it's available on Github at: https://github.com/yesodweb/yesodweb.com-content/blob/master/blog/2012/6/con... Michael