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

OCPBUGS-43745: Add support for IdleCloseTerminationPolicy #1166

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 10, 2024

  1. test/http2: Add custom-response endpoint for flexible e2e testing

    Add a `/custom-response` endpoint that returns a configurable response
    via the `CUSTOM_RESPONSE` environment variable.
    frobware committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    7520610 View commit details
    Browse the repository at this point in the history
  2. DO NOT MERGE: github.com/openshift/api vendor bump

    Pickup openshift/api#2102
    
    $ go mod edit -replace github.com/openshift/api=github.com/frobware/api@000e4bc7faace3e166e649c8bba32db0b1570c13
    $ go mod tidy
    $ go mod vendor
    $ make update
    frobware committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    63098d4 View commit details
    Browse the repository at this point in the history
  3. OCPBUGS-43745: Add support for idle connection termination policy

    Introduce logic in desiredRouterDeployment to set the environment
    variable `ROUTER_IDLE_CLOSE_ON_RESPONSE` when the
    `IdleConnectionTerminationPolicy` field in the IngressController spec is
    set to `Deferred`. This change enables configuring HAProxy with the
    `idle-close-on-response` option for better control over idle connection
    termination behaviour.
    frobware committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    3029807 View commit details
    Browse the repository at this point in the history