Path to this page:
./
www/ruby-net-http-persistent,
Manages persistent connections using Net::HTTP
Branch: pkgsrc-2020Q1,
Version: 3.1.0,
Package name: ruby26-net-http-persistent-3.1.0,
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.
Required to run:[
net/ruby-connection_pool] [
lang/ruby26-base]
Master sites:
SHA1: 9e43466bf438b57b8d2e2f6f82e423d8fa1755e8
RMD160: 42525ac8c6ae78b7673b0bca66b5fa00ac88fadc
Filesize: 31 KB
Version history: (Expand)
- (2020-04-20) Package has been reborn
- (2020-04-19) Package added to pkgsrc.se, version ruby26-net-http-persistent-3.1.0 (created)