Skip to content

Release YAHC v0.028

Compare
Choose a tag to compare
@ikruglov ikruglov released this 25 Jul 10:00
· 89 commits to master since this release
- 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