mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-09-19 22:46:01 +00:00
chore: rename wrappedQUICStream -> qStream
This commit is contained in:
@@ -89,7 +89,7 @@ func (c *serverClient) Run() error {
|
||||
c.ConnGauge.Inc()
|
||||
}
|
||||
go func() {
|
||||
stream := &wrappedQUICStream{stream}
|
||||
stream := &qStream{stream}
|
||||
c.handleStream(stream)
|
||||
_ = stream.Close()
|
||||
if c.ConnGauge != nil {
|
||||
|
Reference in New Issue
Block a user