| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=331721
|
|
|
|
|
|
|
| |
www)
Notes:
svn path=/head/; revision=327776
|
|
|
|
|
|
|
| |
Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Notes:
svn path=/head/; revision=323804
|
|
|
|
| |
Notes:
svn path=/head/; revision=320766
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Feature safe: yes
Notes:
svn path=/head/; revision=308194
|
|
|
|
|
|
|
| |
Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Notes:
svn path=/head/; revision=298701
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Feature safe: yes
Notes:
svn path=/head/; revision=293919
|
|
|
|
|
|
|
| |
Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Notes:
svn path=/head/; revision=291406
|
|
|
|
|
|
|
| |
Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Notes:
svn path=/head/; revision=291000
|
|
|
|
|
|
|
|
|
| |
- Add RG link
Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Notes:
svn path=/head/; revision=290762
|
|
|
|
|
|
|
| |
Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Notes:
svn path=/head/; revision=287880
|
|
|
|
| |
Notes:
svn path=/head/; revision=287684
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=287548
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=285929
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Feature safe: yes
Notes:
svn path=/head/; revision=285657
|
|
net-http-persistent manages persistent connections using Net::HTTP plus a speed
fix for Ruby 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 and retry according to RFC 2616.
WWW: https://github.com/drbrain/net-http-persistent
WWW: https://rubygems.org/gems/net-http-persistent
Notes:
svn path=/head/; revision=284772
|