Skip to content

feat(x/net/http): Implement server and client function #77

feat(x/net/http): Implement server and client function

feat(x/net/http): Implement server and client function #77

Triggered via pull request September 20, 2024 11:39
Status Failure
Total duration 26s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: x/net/http/response.go#L22
undefined: hyper.ResponseChannel
build: x/net/http/response.go#L51
undefined: hyper.ResponseChannel
build: x/net/http/server.go#L70
undefined: hyper.Http1ServerconnOptions
build: x/net/http/server.go#L71
undefined: hyper.Http2ServerconnOptions
build: x/net/http/server.go#L436
undefined: hyper.ResponseChannel
build: x/net/http/request.go#L254
too many arguments in call to sendTask.SetUserdata
build: x/net/http/request.go#L378
too many arguments in call to hyperReq.OnInformational
build: x/net/http/request.go#L522
hyperReq.Method undefined (type *hyper.Request has no field or method Method)
build: x/net/http/request.go#L530
hyperReq.URIParts undefined (type *hyper.Request has no field or method URIParts)
build: x/net/http/request.go#L561
hyperReq.Version undefined (type *hyper.Request has no field or method Version)
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/