Perform handshake on first read/write #1229
Annotations
7 errors and 5 warnings
bench_test.go#L43
Function `Read->Handshake` should pass the context parameter (contextcheck)
|
conn_go_test.go#L69
Function `Dial` should pass the context parameter (contextcheck)
|
conn_go_test.go#L100
Function `Client` should pass the context parameter (contextcheck)
|
conn_go_test.go#L134
Function `Server` should pass the context parameter (contextcheck)
|
conn_test.go#L3248
Function `Read->Handshake` should pass the context parameter (contextcheck)
|
conn_test.go#L3413
Function `Read->Handshake` should pass the context parameter (contextcheck)
|
|
conn.go#L227
exported: exported method Conn.Handshake should have comment or be unexported (revive)
|
conn.go#L231
exported: exported method Conn.HandshakeContext should have comment or be unexported (revive)
|
conn.go#L318
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
conn.go#L330
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
|
This job failed
Loading