WIP(x/http/client): net/http/client #13
golangci-lint found 6 issues related to your changes
This is the detailed log.
If you have any questions about this comment, feel free to raise an issue here.
Annotations
Check warning on line 1 in x/net/http/bodyChunk.go
qiniu-x / golangci-lint
x/net/http/bodyChunk.go#L1
: # github.com/goplus/llgoexamples/x/net/http
Check warning on line 254 in x/net/http/request.go
qiniu-x / golangci-lint
x/net/http/request.go#L254
too many arguments in call to sendTask.SetUserdata
have (unsafe.Pointer, nil)
want (unsafe.Pointer)
Check warning on line 378 in x/net/http/request.go
qiniu-x / golangci-lint
x/net/http/request.go#L378
too many arguments in call to hyperReq.OnInformational
have (func(userdata unsafe.Pointer, resp *hyper.Response), nil, nil)
want (hyper.RequestOnInformationalCallback, unsafe.Pointer)
Check warning on line 627 in x/net/http/transfer.go
qiniu-x / golangci-lint
x/net/http/transfer.go#L627
too many arguments in call to hyperReqBody.SetUserdata
have (unsafe.Pointer, nil)
want (unsafe.Pointer)
Check warning on line 1194 in x/net/http/transport.go
qiniu-x / golangci-lint
x/net/http/transport.go#L1194
too many arguments in call to handshakeTask.SetUserdata
have (unsafe.Pointer, nil)
want (unsafe.Pointer)
Check warning on line 1478 in x/net/http/transport.go
qiniu-x / golangci-lint
x/net/http/transport.go#L1478
too many arguments in call to dataTask.SetUserdata
have (unsafe.Pointer, nil)
want (unsafe.Pointer)