head	1.9;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2012.12.04.07.04.24;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.07.17.19.48;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2012.03.28.09.54.28;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2012.02.15.05.09.04;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2012.02.12.03.11.35;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2012.02.09.02.36.11;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2011.12.22.18.54.15;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.12.18.26.05;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.31.08.52.02;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308194
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308194 | sunpoet | 2012-12-04 05:59:24 +0000 (Tue, 04 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Update to 2.8
## SVN ##
## SVN ## Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@SHA256 (rubygem/net-http-persistent-2.8.gem) = 346d72d4ca89e169b6ba7cbc5c1e112464fdb420c2734e7c53ae338aa2d6a0f8
SIZE (rubygem/net-http-persistent-2.8.gem) = 27648
@


1.8
log
@- Update to 2.7

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
@
text
@d1 2
a2 2
SHA256 (rubygem/net-http-persistent-2.7.gem) = 408c329cdb26a28fe82ceacfb0ff3abd5339011a0c78fc116fbab63b2acf55a3
SIZE (rubygem/net-http-persistent-2.7.gem) = 25088
@


1.7
log
@- Update to 2.6

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Feature safe:	yes
@
text
@d1 2
a2 2
SHA256 (rubygem/net-http-persistent-2.6.gem) = 385dfc88891f7f6e5da3c83cd026078adc74d267f3ae42eeb3451f27f2d8dc2d
SIZE (rubygem/net-http-persistent-2.6.gem) = 25088
@


1.6
log
@- Update to 2.5.2

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
@
text
@d1 2
a2 2
SHA256 (rubygem/net-http-persistent-2.5.2.gem) = 8e03a2e2752bb4c16e7ea3eed9f7ea3188bf71fc29866833601b4a949e12bdd0
SIZE (rubygem/net-http-persistent-2.5.2.gem) = 24576
@


1.5
log
@- Update to 2.5.1

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
@
text
@d1 2
a2 2
SHA256 (rubygem/net-http-persistent-2.5.1.gem) = d881ae1bbd674bb13bd207005b0d1a548b8e76b541dc6ab7e9b8ba530bdd4098
SIZE (rubygem/net-http-persistent-2.5.1.gem) = 24576
@


1.4
log
@- Update to 2.5
- Add RG link

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
@
text
@d1 2
a2 2
SHA256 (rubygem/net-http-persistent-2.5.gem) = fb886b22b76d1f9df9fd31159b821ef3f4ff1acbf4974911ba5bba2f31457418
SIZE (rubygem/net-http-persistent-2.5.gem) = 24576
@


1.3
log
@- Update to 2.3.3

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
@
text
@d1 2
a2 2
SHA256 (rubygem/net-http-persistent-2.3.3.gem) = 584a53cdf4ce01c6f641656c32485c0ab2c05933e98900c50291a8f9c6a5b6a3
SIZE (rubygem/net-http-persistent-2.3.3.gem) = 21504
@


1.2
log
@- Update to 2.3.2

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Feature safe:	yes
@
text
@d1 2
a2 2
SHA256 (rubygem/net-http-persistent-2.3.2.gem) = 46870c7b07e44e8132488e577873e10fcc181ac387d8aed147824544351b55e0
SIZE (rubygem/net-http-persistent-2.3.2.gem) = 21504
@


1.1
log
@- Add rubygem-net-http-persistent 2.3.1

net-http-persistent manages persistent connections using Net::HTTP plus a speed
fix for Ruby 1.8. It's thread-safe too! Using persistent HTTP connections can
dramatically increase the speed of HTTP. Creating a new HTTP connection for
every request involves an extra TCP round-trip and causes TCP congestion
avoidance negotiation to start over. Net::HTTP supports persistent connections
with some API methods but does not handle reconnection gracefully.
Net::HTTP::Persistent supports reconnection and retry according to RFC 2616.

WWW: https://github.com/drbrain/net-http-persistent
WWW: https://rubygems.org/gems/net-http-persistent
@
text
@d1 2
a2 2
SHA256 (rubygem/net-http-persistent-2.3.1.gem) = 07615b98e8dc36f8ca58cad2977bcd1338616f4d1003c2777de739666636253d
SIZE (rubygem/net-http-persistent-2.3.1.gem) = 20992
@

