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

SplitHTTP server: Fix panic during concurrent Close and Push #3593

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

mmmray
Copy link
Collaborator

@mmmray mmmray commented Jul 25, 2024

When Close and Push are called concurrently, it may happen that Push attempts to write to an already-closed channel, and trigger a panic.

From a user perspective, it results in logs like this:

http: panic serving 172.19.0.6:50476: send on closed channel

It's probably triggered when download is closed at the same time an upload packet is submitted.

These panics don't crash the server and the inbound is still usable.

When Close and Push are called concurrently, it may happen that Push
attempts to write to an already-closed channel, and trigger a panic.

From a user perspective, it results in logs like this:

    http: panic serving 172.19.0.6:50476: send on closed channel

It's probably triggered when download is closed at the same time an
upload packet is submitted.

These panics don't crash the server and the inbound is still usable.
@mmmray mmmray merged commit 2becdd6 into XTLS:main Jul 26, 2024
36 checks passed
@mmmray mmmray deleted the splithttp-server-panic branch July 26, 2024 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant