mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-07-28 12:38:35 +00:00
wrappedQUICStream to handle stream close properly
This commit is contained in:
@@ -85,6 +85,7 @@ func (c *serverClient) Run() {
|
||||
c.ConnGauge.Inc()
|
||||
}
|
||||
go func() {
|
||||
stream := &wrappedQUICStream{stream}
|
||||
c.handleStream(stream)
|
||||
_ = stream.Close()
|
||||
if c.ConnGauge != nil {
|
||||
|
Reference in New Issue
Block a user