forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ruby-em-http-request to 1.1.3.
Quote from commit logs: * Reset and close connection on duplicate response. * Rescue from StandardError instead of Exception. * Handle redirects on keep-alive connections. * Fix the issue when redirect url is triggered only after inactivity timeout. * ignore query option when redirecting. * Use Base64.strict_encode64 to not add line feeds. * Cleanup header annotations for rubydocs, closes #281. * Use inferred_port, port can be nil causing connection failures. * Don't modify header for CONNECT style proxies. * fixing specs, cleaning up deprecation warning. * Don't memoize status; http_status may change.
- Loading branch information
taca
committed
Jan 3, 2016
1 parent
00d2bb8
commit 1f071f1
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# $NetBSD: Makefile,v 1.2 2014/03/14 19:00:25 taca Exp $ | ||
# $NetBSD: Makefile,v 1.3 2016/01/03 07:56:35 taca Exp $ | ||
|
||
DISTNAME= em-http-request-1.1.2 | ||
DISTNAME= em-http-request-1.1.3 | ||
CATEGORIES= net | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://github.com/igrigorik/em-http-request | ||
HOMEPAGE= https://github.com/igrigorik/em-http-request | ||
COMMENT= EventMachine based, async HTTP Request client | ||
LICENSE= mit | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2015/11/04 02:47:33 agc Exp $ | ||
$NetBSD: distinfo,v 1.4 2016/01/03 07:56:35 taca Exp $ | ||
|
||
SHA1 (em-http-request-1.1.2.gem) = 826562ec11f703fb9ba959446a6881f3e9186d57 | ||
RMD160 (em-http-request-1.1.2.gem) = aaa264288fc0e4132348769a5a4bbe614fbdc900 | ||
SHA512 (em-http-request-1.1.2.gem) = 85bd3b11256efce1f38e1517a1d4fa84df968968e4916abacef65bac532971086dce4c4d211dd81f15326b7c4f826e97a1dcb20d18b1603110f4f75bda6f4d5b | ||
Size (em-http-request-1.1.2.gem) = 218112 bytes | ||
SHA1 (em-http-request-1.1.3.gem) = 304548b098a6dcc4876643adc0fd918c4fbbb173 | ||
RMD160 (em-http-request-1.1.3.gem) = 400b85be85d27b29db78584bdc390c7aad61bad1 | ||
SHA512 (em-http-request-1.1.3.gem) = fe4352160bec3877be58a98a8ef8bb7caca5d018531c54d38f748585f3c438949552a086250bbd3b5d35af5ed4aee3e02f143f37688e41c16430a930b0d13c7c | ||
Size (em-http-request-1.1.3.gem) = 219136 bytes |