WIP towards removing oohttp and oocrypto #4440
Annotations
10 errors
Run go test -race ./internal/netxlite/...:
internal/netxlite/httptimeout_test.go#L124
invalid operation: conn.(*httpTLSConnWithReadTimeout).TLSConn != origConn (mismatched types *"crypto/tls".Conn and *mocks.TLSConn)
|
Run go test -race ./internal/netxlite/...:
internal/netxlite/tls_test.go#L236
cannot use &mocks.TLSConn{…} (value of type *mocks.TLSConn) as *"crypto/tls".Conn value in return statement
|
Run go test -race ./internal/netxlite/...:
internal/netxlite/tls_test.go#L296
cannot use &mocks.TLSConn{…} (value of type *mocks.TLSConn) as *"crypto/tls".Conn value in return statement
|
Run go test -race ./internal/netxlite/...:
internal/netxlite/tls_test.go#L826
cannot use conn (variable of type *mocks.TLSConn) as *"crypto/tls".Conn value in argument to NewSingleUseTLSDialer
|
Run go test -race ./internal/netxlite/...:
internal/netxlite/tls_test.go#L895
cannot use conn (variable of type *mocks.TLSConn) as *"crypto/tls".Conn value in argument to tlsMaybeConnectionState
|
Run go test -race ./internal/netxlite/...:
internal/netxlite/tls_test.go#L910
cannot use conn (variable of type *mocks.TLSConn) as *"crypto/tls".Conn value in argument to tlsMaybeConnectionState
|
Run go test -race ./internal/netxlite/...:
internal/netxlite/tls_test.go#L946
cannot use conn (variable of type *mocks.TLSConn) as *"crypto/tls".Conn value in argument to MaybeTLSConnectionState
|
Run go test -race ./internal/netxlite/...:
internal/netxlite/utls_test.go#L19
netx.NewTLSHandshakerUTLS undefined (type *Netx has no field or method NewTLSHandshakerUTLS)
|
Run go test -race ./internal/netxlite/...:
internal/netxlite/utls_test.go#L34
undefined: UTLSConn
|
Run go test -race ./internal/netxlite/...:
internal/netxlite/utls_test.go#L48
undefined: UTLSConn
|
Loading