chore: update quic-go to 0.35.1
This commit is contained in:
@ -35,7 +35,7 @@ type ServerOption struct {
|
||||
|
||||
type Server struct {
|
||||
*ServerOption
|
||||
listener quic.EarlyListener
|
||||
listener *quic.EarlyListener
|
||||
}
|
||||
|
||||
func NewServer(option *ServerOption, pc net.PacketConn) (*Server, error) {
|
||||
|
Reference in New Issue
Block a user