Update quic-go to v0.55.0

This commit is contained in:
世界
2025-09-16 00:58:54 +08:00
parent 7f3ea8dbd8
commit ed1ee4c3a4
9 changed files with 19 additions and 19 deletions

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 {