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

Avoid sending window update messages if locally closed (#143) #144

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

gaetanzanella
Copy link
Contributor

Motivation:

Currently the library crashes if a window update is required and the connection is closed locally.

Modifications:

Check the connection state before sending a window update message.

Motivation:

Currently the library crashes if a window update is required and
the connection is closed locally.

Modifications:

Check the connection state before sending a window update message.
@Lukasa
Copy link
Collaborator

Lukasa commented Apr 20, 2023

@swift-server-bot test this please

@Lukasa Lukasa added the semver/patch No public API change. label Apr 20, 2023
Copy link
Collaborator

@Lukasa Lukasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks for this patch!

@Lukasa Lukasa linked an issue Apr 20, 2023 that may be closed by this pull request
@Lukasa Lukasa merged commit 7733e7e into apple:main Apr 20, 2023
@gaetanzanella gaetanzanella deleted the fix/143 branch November 24, 2023 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash in SSHChildChannel
2 participants