Files
quic-go/send_stream.go
Marten Seemann 723a188dde remove unneeded stream context cancellation on shutdown (#4535)
The connection already cancels the base context, so we don't need to manually
cancel the stream context (which is derived from the connection context).
2024-05-27 21:43:27 -07:00

14 KiB