CHANGES to HTTP::Async

0.04 - Thu Sep 28 13:42:25 BST 2006

  * Fixed stupid bug that caused the polite module to crash if the numbers of
    requests per domain were not the same.

0.03 - Wed Sep 27 11:00:14 BST 2006

  * Created HTTP::Async::Polite that adds limits to the scraping to avoid over
    stretching the domain being scraped.

  * Increased the delay in poll-interval tests to stop them failing on slow
    machines.

  * Added pod tests, README and Makefile.PL in an attempt to achieve kwalitee.

0.02 - Wed Sep  6 09:36:01 BST 2006 - svn r30

  * Changed the timeout to be an inactivity timeout and added a
    max_request_length to limit the amount of time that a request can be
    running for.

  * Added more diagnostics to the tests to try to find the bug that is causing
    MIYAGAWA issues.

  * Created TODO and CHANGES docs.

  * Added error checking to catch connections that fail before the headers are
    sent. (patch submitted by Egor Egorov)

  * Added ability to specify proxy to use. (based on patch from Egor Egorov)

  * Added 'add_with_opts' method that lets you override the default options
    for this request.

0.01 - XXXXXXXXXX - svn r24

   * Initial release onto CPAN.