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

Merge rancher-desktop-networking v1.2.7 #7452

Merged
merged 3 commits into from
Sep 10, 2024

Commits on Aug 9, 2024

  1. Ensure proper closure of upstream connection in Pipe function

    - Added explicit error handling for closing the upstream connection after data is copied.
    - Ensured that the upstream connection is closed properly in both the goroutine and the main function.
    - Improved logging for connection closure errors.
    
    Signed-off-by: Nino Kodabande <[email protected]>
    Nino-K committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a8c868a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from rancher-sandbox/fix-kube-open-connections

    Ensure proper closure of upstream connection in Pipe function
    jandubois authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0e89b24 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge rancher-desktop-networking v1.2.7

    This picks up a change in rancher-desktop-networking that landed in
    Rancher Desktop 1.15.1 that needed to be merged back into the copy of
    the code that was merged into the main repo.
    
    Signed-off-by: Mark Yen <[email protected]>
    mook-as committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9c12073 View commit details
    Browse the repository at this point in the history