Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPClient keep-alive is not initialized properly #756

Merged
merged 2 commits into from
Sep 3, 2014
Merged

HTTPClient keep-alive is not initialized properly #756

merged 2 commits into from
Sep 3, 2014

Commits on Sep 2, 2014

  1. Add default keepAliveLimit - fixes #744

    Duration must be at the left of SysTime in an addition
    
    Refactored and fixed logical errors
    
    Fixed major issues and refactored some more
    
    Check if connected before checking if keep-alive limit is expired
    
    fix bad server_timeout / ignores keep-alive
    
    A keep-alive of 0 means no keep-alive
    
    Add better documentation for HTTPClientSettings, unittests not possible without a stable proxy online
    
    Fix summary for settings
    
    Changed test to unittest
    
    Change variable name for max keep-alive requests
    Etienne Cimon committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    bef592d View commit details
    Browse the repository at this point in the history
  2. Comment out unittest

    Etienne Cimon committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    9741cc3 View commit details
    Browse the repository at this point in the history