wish i had time to test this myself, but alas, i'm looking for a bit of additional story: <br><br><a href="http://search.cpan.org/~mlehmann/AnyEvent-HTTP-2.13/HTTP.pm">http://search.cpan.org/~mlehmann/AnyEvent-HTTP-2.13/HTTP.pm</a><br>
<br>the doc says:  "When called in void context, nothing is returned. In other contexts, <code>http_request</code>
 returns a "cancellation guard" - you have to keep the object at least 
alive until the callback get called. If the object gets destroyed before
 the callback is called, the request will be cancelled."<br><br>in a keepalive request, what actually happens at the fh/socket level  if i destroy the object --and then try another request?  does AE::HTTP remove that fh/slot? <br>
<br><br clear="all">thx,<br><br>-gleeco<br>