Bump github.com/quic-go/quic-go from 0.50.1 to 0.54.1 #3735
Annotations
11 errors
|
build
No files were found with the provided path: /tmp/gotest.log. No artifacts will be uploaded.
|
|
build
undefined: http3.Connection
|
|
build
undefined: quic.Connection
|
|
build
cannot use func(ft http3.FrameType, connTracingID quic.ConnectionTracingID, str quic.Stream, err error) (bool, error) {…} (value of type func(ft http3.FrameType, connTracingID quic.ConnectionTracingID, str quic.Stream, err error) (bool, error)) as func(http3.FrameType, quic.ConnectionTracingID, *quic.Stream, error) (hijacked bool, err error) value in assignment
|
|
build
undefined: http3.Connection
|
|
build
undefined: http3.Connection
|
|
build
cannot use requestStr (variable of type *http3.RequestStream) as http3.Stream value in argument to d.conns.AddSession
|
|
build
cannot use func(st http3.StreamType, connTracingID quic.ConnectionTracingID, str quic.ReceiveStream, err error) (hijacked bool) {…} (value of type func(st http3.StreamType, connTracingID quic.ConnectionTracingID, str quic.ReceiveStream, err error) (hijacked bool)) as func(http3.StreamType, quic.ConnectionTracingID, *quic.ReceiveStream, error) (hijacked bool) value in struct literal
|
|
build
cannot use str (variable of struct type quic.Stream) as io.Reader value in argument to quicvarint.NewReader: quic.Stream does not implement io.Reader (method Read has pointer receiver)
|
|
build
cannot use func(ft http3.FrameType, connTracingID quic.ConnectionTracingID, str quic.Stream, e error) (hijacked bool, err error) {…} (value of type func(ft http3.FrameType, connTracingID quic.ConnectionTracingID, str quic.Stream, e error) (hijacked bool, err error)) as func(http3.FrameType, quic.ConnectionTracingID, *quic.Stream, error) (hijacked bool, err error) value in struct literal
|
|
build
undefined: quic.EarlyConnection
|