rev*: avoid hung connections when proxying HTTP/0.9
commit0fe78da5f4bb792719db4b8acafd728fbfce928e
authorEric Wong <normalperson@yhbt.net>
Thu, 22 Jul 2010 19:22:15 +0000 (22 19:22 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 22 Jul 2010 19:22:15 +0000 (22 19:22 +0000)
treea6a963cb17b21a1409bd952b8996ee873e8bdf3a
parentb3a8d6aeccf2d865450b883d8b5cc166442f6205
rev*: avoid hung connections when proxying HTTP/0.9

We don't send headers with HTTP/0.9 connections, so the IO write
watchers in Rev are never enabled if we're proxying IO objects
as the response body.
lib/rainbows/rev/client.rb