Skip to content

Commit

Permalink
Release YAHC v0.034
Browse files Browse the repository at this point in the history
    - support of reposponses without Content-Length by joaquim.rovira@booking.com
    - check that Content-Length is numeric value by joaquim.rovira@booking.com
    - support of HEAD, 1xx, 204 and 304 responses by jeroen.vanwolffelaar@booking.com
  • Loading branch information
Ivan Kruglov committed Jun 20, 2017
1 parent 3661406 commit c4fa07b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl module YAHC

0.034 2017-06-20 IKRUGLOV
- support of reposponses without Content-Length by joaquim.rovira@booking.com
- check that Content-Length is numeric value by joaquim.rovira@booking.com
- support of HEAD, 1xx, 204 and 304 responses by jeroen.vanwolffelaar@booking.com

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
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.033';
our $VERSION = '0.034';

use EV;
use Time::HiRes;
Expand Down

0 comments on commit c4fa07b

Please sign in to comment.