Skip to content

Commit

Permalink
Bump to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
avar committed Dec 19, 2013
1 parent 67aa42a commit 00918c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.10:
0.10: # 2013-12-19T16:50:00+0100
- We can now talk HTTP/1.0 an addition to HTTP/1.1, have a way to
disable the socket cache, and can specify connect and read timeouts
independently.
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.09";
our $VERSION = "0.10";

sub Hijk::Error::CONNECT_TIMEOUT () { 1 << 0 } # 1
sub Hijk::Error::READ_TIMEOUT () { 1 << 1 } # 2
Expand Down

0 comments on commit 00918c0

Please sign in to comment.