diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-21 02:47:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-21 02:47:52 +0000 |
commit | d53918ba822fd70223400b43d765cf09db182e42 (patch) | |
tree | 6bb14e6856858f087af2344a74e59f1d869d11fd /www/Makefile | |
parent | 5aa3fe248319fe8369f56d884d21616c9ecb3853 (diff) | |
download | ports-d53918ba822fd70223400b43d765cf09db182e42.tar.gz ports-d53918ba822fd70223400b43d765cf09db182e42.zip |
- Add www/rubygem-net-http-pipeline
An HTTP/1.1 pipelining implementation atop Net::HTTP. A pipelined
connection sends multiple requests to the HTTP server without waiting
for the responses. The server will respond in-order.
WWW: http://docs.seattlerb.org/net-http-pipeline/
Notes
Notes:
svn path=/head/; revision=377567
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4ef472127555..b7afa504ddf7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1859,6 +1859,7 @@ SUBDIR += rubygem-net-http-digest_auth11 SUBDIR += rubygem-net-http-persistent SUBDIR += rubygem-net-http-persistent25 + SUBDIR += rubygem-net-http-pipeline SUBDIR += rubygem-nicovideo SUBDIR += rubygem-ntlm-http SUBDIR += rubygem-pagerduty |