ruby-net-http-persistent 4.0.2-2 source package in Ubuntu

Changelog

ruby-net-http-persistent (4.0.2-2) unstable; urgency=medium

  * Team upload.
  * Add Breaks: ruby-connection-pool (<< 2.4.1~)

 -- Pirate Praveen <email address hidden>  Wed, 07 Feb 2024 16:29:51 +0530

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
Noble release universe ruby

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-net-http-persistent_4.0.2-2.dsc 2.1 KiB 1070a8bf46c7778811264c57ac2a94cd2fc8b1d0780ae16f698443f5c6218fbb
ruby-net-http-persistent_4.0.2.orig.tar.gz 23.1 KiB 6abb4c43f6c223c0102fa551074c653c0bffb9127a121af790f8f5b3ec794346
ruby-net-http-persistent_4.0.2-2.debian.tar.xz 4.0 KiB 3f2190737c6782ecf21f5ad41a29121a28a9e45f42399b006edf4f74a65e0dfb

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.
 .
 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
 make setting up a single persistent connection or managing multiple
 connections easy. Net::HTTP::Persistent wraps Net::HTTP and allows you to
 focus on how to make HTTP requests.