Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP(x/http/client): net/http/client #13

Closed
wants to merge 21 commits into from

WIP(x/net/http/client): Mutiple eventLoop

a4e8631
Select commit
Loading
Failed to load commit list.
Closed

WIP(x/http/client): net/http/client #13

WIP(x/net/http/client): Mutiple eventLoop
a4e8631
Select commit
Loading
Failed to load commit list.
qiniu-x / golangci-lint failed Sep 20, 2024 in 11s

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

See this annotation in the file changed.

@qiniu-x 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

See this annotation in the file changed.

@qiniu-x 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

See this annotation in the file changed.

@qiniu-x 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

See this annotation in the file changed.

@qiniu-x 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

See this annotation in the file changed.

@qiniu-x 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

See this annotation in the file changed.

@qiniu-x 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)