Path to this page:
./
www/ruby-net-http-persistent,
Manages persistent connections using Net::HTTP
Branch: pkgsrc-2021Q3,
Version: 4.0.1,
Package name: ruby27-net-http-persistent-4.0.1,
Maintainer: pkgsrc-usersManages persistent connections using Net::HTTP plus a speed fix for 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
according to RFC 2616.
Master sites:
SHA1: 1dfd87bfc8645e2f63c88b510ff5cc092c745006
RMD160: 4dbf57ec07b7cf9a9fc4e6cfbe56320a42689c12
Filesize: 26.5 KB
Version history: (Expand)
- (2021-09-28) Package added to pkgsrc.se, version ruby27-net-http-persistent-4.0.1 (created)