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

reverseproxy: Close hijacked conns on reload/quit #4895

Merged
merged 7 commits into from
Sep 2, 2022
Merged

reverseproxy: Close hijacked conns on reload/quit #4895

merged 7 commits into from
Sep 2, 2022

Commits on Jul 17, 2022

  1. reverseproxy: Close hijacked conns on reload/quit

    We also send a Close control message to both ends of
    WebSocket connections. I have tested this many times in
    my dev environment with consistent success, although
    the variety of scenarios was limited.
    mholt committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    d9d4ffe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5c3c66 View commit details
    Browse the repository at this point in the history
  3. CloseMessage --> closeMessage

    Co-authored-by: Francis Lavoie <[email protected]>
    mholt and francislavoie committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    5474806 View commit details
    Browse the repository at this point in the history
  4. Use httpguts, duh

    mholt committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    7d7c18a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Use map instead of sync.Map

    mholt committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    bf91a9f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

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

Commits on Aug 4, 2022

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