chore: rename wrappedQUICStream -> qStream

This commit is contained in:
Toby
2022-10-23 16:31:30 -07:00
parent b247919a03
commit 919fbb7152
3 changed files with 19 additions and 16 deletions

View File

@@ -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 {