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

Wait indefintely for http connections on shutdown by default #106511

Merged

Commits on Mar 19, 2024

  1. Wait indefintely for http connections on shutdown

    This commit changes the meaning of the http shutdown timeout when set to
    0. Previously the shutdown would proceed immediately, killing active
    http connections. With this change 0 means no timeout is used, but
    active connections are still waited on, indefinitely. This new behavior
    is what was originally intended for the default value of the shutdown
    timeout setting.
    rjernst committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    324f8be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc58ca View commit details
    Browse the repository at this point in the history
  3. fix test

    rjernst committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c07d569 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    d420f08 View commit details
    Browse the repository at this point in the history
  2. new test works

    rjernst committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    107d8b0 View commit details
    Browse the repository at this point in the history
  3. spotless

    rjernst committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    991786b View commit details
    Browse the repository at this point in the history
  4. remove comment

    rjernst committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    20163dd View commit details
    Browse the repository at this point in the history
  5. spotless

    rjernst committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    aaa6d5e View commit details
    Browse the repository at this point in the history
  6. remove debug

    rjernst committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7dd24be View commit details
    Browse the repository at this point in the history