ruby-net-http-persistent 2.8-1 source package in Ubuntu

Changelog

ruby-net-http-persistent (2.8-1) unstable; urgency=low


  * Team upload.
  * New upstream release.
  * Remove outdated DM-Upload-Allowed flag
  * Bump Standards-Version to 3.9.4 (no changes needed)
  * Update debian/copyright to match copyright-format/1.0
  * Drop patch workaround_persistent_ssl_reuse_failing_test, applied upstream
  * Use canonical URLs in Vcs-* fields

 -- Christian Hofstaedtler <email address hidden>  Tue, 07 May 2013 23:02:49 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-net-http-persistent_2.8-1.dsc 2.1 KiB c9fc4afee9dbb1def5ee2e3d702f57acfec1312e8fdeffd0fca26c32840909ad
ruby-net-http-persistent_2.8.orig.tar.gz 23.7 KiB 4e9e1cec66ffc8c6ecec49494042aa334720527546d6369cb0bef1ff0cf343b0
ruby-net-http-persistent_2.8-1.debian.tar.gz 3.1 KiB ef88ba0f2a246dde4cf56c64024770813e48785b1c48478640ed9aa1db27723c

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.