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

Changelog

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

  * Team upload.
  * Reupload to unstable (ruby-faraday 2 is in unstable)

 -- Pirate Praveen <email address hidden>  Sun, 04 Feb 2024 17:11:29 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-net-http-persistent_4.0.2-1.dsc 2.1 KiB 15f5e69a2c3e73fd754fd62af053b5cccab83156e7ce127f4999e2e2dce602cb
ruby-net-http-persistent_4.0.2.orig.tar.gz 23.1 KiB 6abb4c43f6c223c0102fa551074c653c0bffb9127a121af790f8f5b3ec794346
ruby-net-http-persistent_4.0.2-1.debian.tar.xz 4.0 KiB 5e4bb1654bb6458ef31847b2d60cf4ba07e974ab58ae51f1be2295ab3a468fdb

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.