Update quic-go to v0.53.0 #740
Annotations
10 errors
Build:
doqclient.go#L237
cannot use nil as quic.Stream value in return statement
|
Build:
doqclient.go#L230
s.EarlyConnection undefined (type *quicConnection has no field or method EarlyConnection)
|
Build:
doqclient.go#L224
cannot use nil as quic.Stream value in return statement
|
Build:
doqclient.go#L218
s.EarlyConnection undefined (type *quicConnection has no field or method EarlyConnection)
|
Build:
doqclient.go#L216
s.EarlyConnection undefined (type *quicConnection has no field or method EarlyConnection)
|
Build:
doqclient.go#L181
cannot use stream (variable of struct type quic.Stream) as io.Reader value in argument to io.ReadFull: quic.Stream does not implement io.Reader (method Read has pointer receiver)
|
Build:
doqclient.go#L174
cannot use stream (variable of struct type quic.Stream) as io.Reader value in argument to binary.Read: quic.Stream does not implement io.Reader (method Read has pointer receiver)
|
Build:
dohclient.go#L317
cannot use newQuicConnection(u.Hostname(), addr, lAddr, tlsConfig, config, opt.Use0RTT) (value of type *quicConnection) as *quic.Conn value in return statement
|
Build:
dohclient.go#L308
cannot use newQuicConnection(u.Hostname(), addr, lAddr, tlsConfig, config, opt.Use0RTT) (value of type *quicConnection) as *quic.Conn value in return statement
|
Build:
doqlistener.go#L106
undefined: quic.Connection
|