Xray-core/transport
mmmray 2becdd6414
SplitHTTP server: Fix panic during concurrent Close and Push (#3593)
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.
2024-07-26 04:36:55 +02:00
..
global Generate *.pb.go files with protoc v5.27.0 2024-05-26 03:20:53 +00:00
internet SplitHTTP server: Fix panic during concurrent Close and Push (#3593) 2024-07-26 04:36:55 +02:00
pipe Fix buffer.UDP destination override (#2356) 2023-08-29 07:12:36 +00:00
link.go v1.1.0 2020-12-04 09:36:16 +08:00