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

Retry a request after getting a 408 on a persisted connection. #128

Merged
merged 2 commits into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. Retry a request after getting a 408 on a persisted connection.

    * src/ne_request.c (send_request): Retry for a 408 response.
    
    * test/request.c (retry_408, dont_retry_408): New tests.
    notroj committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a0d1998 View commit details
    Browse the repository at this point in the history
  2. * test/request.c (fail_noserver): Revert use of destroy_and_wait

      incorrectly added in 4415225.
    notroj committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    aceb43b View commit details
    Browse the repository at this point in the history