--- AnyEvent-HTTP/HTTP.pm 2009/07/07 00:15:32 1.44 +++ AnyEvent-HTTP/HTTP.pm 2009/07/17 16:56:36 1.45 @@ -223,7 +223,10 @@ be extracted, or when the body should be processed incrementally. It is usually preferred over doing your own body handling via -C. +C, but in case of streaming APIs, where HTTP is +only used to create a connection, C is the better +alternative, as it allows you to install your own event handler, reducing +resource usage. =item want_body_handle => $enable @@ -245,7 +248,7 @@ push-style twitter API which starts a JSON/XML stream). If you think you need this, first have a look at C, to see if -that doesn'T solve your problem in a better way. +that doesn't solve your problem in a better way. =back