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

docker-proxy-close-dangling-sockets #2465

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

Commits on Oct 10, 2019

  1. docker-proxy-close-dangling-sockets

    Make docker-proxy more resilient to CLOSE_WAIT and FIN_WAIT2 socket states.
    In case of unexpected connection terminations, do not wait indefinitely until both ends are closed.
    meermonster10 committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    4b5711d View commit details
    Browse the repository at this point in the history
  2. docker-proxy-close-dangling-sockets

    Make docker-proxy more resilient to CLOSE_WAIT and FIN_WAIT2 socket states.
    In case of unexpected connection terminations, do not wait indefinitely until both ends are closed.
    
    Signed-off-by: Jason Kim <[email protected]>
    meermonster10 committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    7079e0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5137d5 View commit details
    Browse the repository at this point in the history