Skip to content

Commit

Permalink
Changelog and version bump for 0.08
Browse files Browse the repository at this point in the history
  • Loading branch information
avar committed Dec 12, 2013
1 parent 24d4019 commit f7916ab
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,3 +1,8 @@
0.08: # 2013-12-12T20:10:00+0100
- We only checked for undefined return codes from POSIX::read(), not
0, resulting in an infinite select/read loop when a server with
keep-alive enabled cut off our connection.

0.07: # 2013-12-09T12:50:00+0100
- Skip the live connect timeout test by default, it will fail making
live connections on various firewalled/locked down hosts.
Expand Down
2 changes: 1 addition & 1 deletion lib/Hijk.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;
use POSIX qw(EINPROGRESS);
use Socket qw(PF_INET SOCK_STREAM sockaddr_in inet_aton $CRLF);
use Fcntl qw(F_GETFL F_SETFL O_NONBLOCK);
our $VERSION = "0.07";
our $VERSION = "0.08";
my $SocketCache = {};

sub pp_fetch {
Expand Down

0 comments on commit f7916ab

Please sign in to comment.