The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.028 - 2016-07-23

  • new yahc_conn_register_error()
  • new yahc_conn_attempt()
  • *change in behaivor* - timeout errors are marked with new YAHC::Error::TIMEOUT() bit. So, direct comparation like $err == YAHC::Error::CONNECT_TIMEOUT() won't work anymore and should be done as bitmask check $err & YAHC::Error::CONNECT_TIMEOUT.
  • bugfix in backoff_delay logic
  • bugfix in user_callback calls, update EV internal time to avoid deviation.
  • added t/account_for_signal.t into MANIFEST
  • beter docs
  • more tests

Modules

Yet another HTTP client