Skip to content

Commit

Permalink
Release YAHC v0.033
Browse files Browse the repository at this point in the history
    - yahc_conn_socket_cache_id(): return undef if conn is undef
    - when considering droping a socket take into account response protocol
    - socket_cache as callback
    - fix bug in yahc_terminal_error()
    - don't set backoff time when backoff callback returned 0
    - support of HEAD method
    - can pass headers in ->new()
    - do not overwrite Host header when set by user
    - implement yahc_conn_user_data()
    - improved tests

Signed-off-by: Ivan Kruglov <ivan.kruglov@yahoo.com>
  • Loading branch information
Ivan Kruglov committed Apr 22, 2017
1 parent dbf7299 commit 0fb6b58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Revision history for Perl module YAHC

0.033 2017-04-22 IKRUGLOV
- yahc_conn_socket_cache_id(): return undef if conn is undef
- when considering droping a socket take into account response protocol
- socket_cache as callback
- fix bug in yahc_terminal_error()
- don't set backoff time when backoff callback returned 0
- support of HEAD method
- can pass headers in ->new()
- do not overwrite Host header when set by user
- implement yahc_conn_user_data()
- improved tests

0.032 2017-02-27 IKRUGLOV
- socket cache support multiple file handles per destination
- uniq connections ids
Expand Down
2 changes: 1 addition & 1 deletion lib/YAHC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package YAHC;
use strict;
use warnings;

our $VERSION = '0.032';
our $VERSION = '0.033';

use EV;
use Time::HiRes;
Expand Down

0 comments on commit 0fb6b58

Please sign in to comment.