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
+1 -1
View File
@@ -84,7 +84,7 @@ func (s *Server) acceptLoop() {
}
}
func (s *Server) streamAcceptLoop(conn quic.Connection) error {
func (s *Server) streamAcceptLoop(conn *quic.Conn) error {
for {
stream, err := conn.AcceptStream(s.ctx)
if err != nil {