Package gem-net-http-persistent: Information

    Source package: gem-net-http-persistent
    Version: 4.0.0-alt0.1
    Build time:  Jun 18, 2020, 09:25 AM in the task #247371
    Category: Development/Ruby
    Report package bug
    License: MIT
    Summary: Thread-safe persistent connections with Net::HTTP
    Description: 
    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.

    List of rpms provided by this srpm:
    gem-net-http-persistent (noarch)
    gem-net-http-persistent-doc (noarch)


    List of contributors:
    Pavel Skrylev
    Andrey Cherepanov

      1. gem-hoe
      2. rpm-build-ruby

    Last changed


    May 25, 2020 Pavel Skrylev 4.0.0-alt0.1
    - ^ 3.0.1 -> 4.0.0
    - ! spec tags
    July 19, 2019 Pavel Skrylev 3.0.1-alt1
    - > Ruby Policy 2.0
    - ^ 3.0.0 -> 3.0.1
    July 11, 2018 Andrey Cherepanov 3.0.0-alt1.1
    - Rebuild with new Ruby autorequirements.