Update quic-go to v0.55.0

This commit is contained in:
世界
2026-01-17 05:46:13 +08:00
parent 7f3ea8dbd8
commit ed1ee4c3a4
9 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ import (
)
type StreamWrapper struct {
Conn quic.Connection
quic.Stream
Conn *quic.Conn
*quic.Stream
}
func (s *StreamWrapper) Read(p []byte) (n int, err error) {