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

Fix time_connect and time_appconnect timer statistics #10671

Closed
wants to merge 2 commits into from

Commits on Mar 3, 2023

  1. Fix time_connect and time_appconnect timer statistics

    - time_connect was not updated when the overall connection failed,
      e.g. when SSL verification was unsuccessful, refs curl#10670
    - rework gather those values to interrogate involved filters,
      also from all eyeballing attempts, to report the maximum of
      those values.
    - added 3 test cases in test_06 to check reported values on
      successful, partially failed and totally failed connections.
    icing committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    323aff9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    6d6cc6e View commit details
    Browse the repository at this point in the history