net/http/internal/httpcommon.ServerRequestResult.InvalidReason (field)
5 uses
net/http/internal/httpcommon (current package)
httpcommon.go#L555: InvalidReason string
httpcommon.go#L592: InvalidReason: "userinfo_in_authority",
httpcommon.go#L606: InvalidReason: "bad_path",
net/http
h2_bundle.go#L6294: if res.InvalidReason != "" {
h2_bundle.go#L6295: return nil, nil, sc.countError(res.InvalidReason, http2streamError(st.id, http2ErrCodeProtocol))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |