HTTP retrieval proposal #3531
Annotations
5 errors
go vet:
bitswap/network/httpnet/msg_sender.go#L209
call of log.Debugf copies lock value: sync/atomic.Int64 contains sync/atomic.noCopy
|
go vet
Process completed with exit code 1.
|
staticcheck:
bitswap/network/httpnet/msg_sender.go#L91
should use make([]*senderURL, len(sender.urls)) instead (S1019)
|
staticcheck:
bitswap/network/httpnet/msg_sender.go#L92
should use copy(to, from) instead of a loop (S1001)
|
staticcheck
Process completed with exit code 1.
|
Loading