ruby-net-http-persistent 2.9-3 source package in Ubuntu

Changelog

ruby-net-http-persistent (2.9-3) unstable; urgency=medium


  * Team upload.
  * Stop testing with explicitly selected SSLv3 (Closes: #768728)

 -- Christian Hofstaedtler <email address hidden>  Sun, 09 Nov 2014 16:59:37 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-net-http-persistent_2.9-3.dsc 2.1 KiB 185fb6f46a60b71502417f6a2c8a12b6b3c6a18218223c3e9261b22d87a90e71
ruby-net-http-persistent_2.9.orig.tar.gz 25.9 KiB 560a05996dc2ca7ecccc3aea59f456cad27129f96b151248c1d5e46e39ce35f7
ruby-net-http-persistent_2.9-3.debian.tar.xz 3.5 KiB 9199c26d6ba67c87d8565c424cc3ab834913c43e07c861710f410608d9f47145

Available diffs

No changes file available.

Binary packages built by this source

ruby-net-http-persistent: Manages persistent connections using Net::HTTP

 This package provides persistent connections to Net::HTTP.
 .
 Creating a new HTTP connection for every request involves an extra TCP
 round-trip and causes TCP congestion avoidance negotiation to start over.
 Using persistent HTTP connections can dramatically increase the speed of HTTP.
 .
 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.