type net/http.http2GoAwayFrame
10 uses
net/http (current package)
h2_bundle.go#L2102: type http2GoAwayFrame struct {
h2_bundle.go#L2113: func (f *http2GoAwayFrame) DebugData() []byte {
h2_bundle.go#L2125: return &http2GoAwayFrame{
h2_bundle.go#L2850: case *http2GoAwayFrame:
h2_bundle.go#L4992: case *http2GoAwayFrame:
h2_bundle.go#L5290: func (sc *http2serverConn) processGoAway(f *http2GoAwayFrame) error {
h2_bundle.go#L6752: goAway *http2GoAwayFrame // if non-nil, the GoAwayFrame we received
h2_bundle.go#L7226: func (cc *http2ClientConn) setGoAway(f *http2GoAwayFrame) {
h2_bundle.go#L8362: case *http2GoAwayFrame:
h2_bundle.go#L8826: func (rl *http2clientConnReadLoop) processGoAway(f *http2GoAwayFrame) error {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |