Here''s a few things I''ve found lacking which I''d like to see corrected (and may end up correcting myself, if they''re acceptable) LineAndTextProtocol really needs a way to do streaming reads of binary data using the standard callback pattern used in the connection base class. The most notable use case would be something grabbing an enormous amount of data in binary mode and writing it to disk. You want to write the data to disk as it becomes available, not after all the data has been received and buffered in memory. HttpClient could really use a usage example in the RDoc. I figured it out eventually, but it took me about 20 minutes of experimentation before I figured it out (I couldn''t find any docs on how to use it) -- Tony Arcieri ClickCaster, Inc. tony at clickcaster.com (970) 232-4208 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070227/1931e5d8/attachment.html