golang.org/x/net/http2.serverConn.goAway (method)
6 uses
golang.org/x/net/http2 (current package)
server.go#L890: sc.goAway(ErrCodeNo)
server.go#L1315: sc.goAway(ErrCodeNo)
server.go#L1318: func (sc *serverConn) goAway(code ErrCode) {
server.go#L1350: sc.goAway(ErrCodeFrameSize)
server.go#L1381: sc.goAway(ErrCodeFlowControl)
server.go#L1385: sc.goAway(ErrCode(ev))
![]() |
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. |