golang.org/x/net/http2.pipe.readFn (field)
5 uses
golang.org/x/net/http2 (current package)
pipe.go#L24: readFn func() // optional code to run in Read before error
pipe.go#L58: if p.readFn != nil {
pipe.go#L59: p.readFn() // e.g. copy trailers
pipe.go#L60: p.readFn = nil // not sticky like p.err
pipe.go#L120: p.readFn = fn
![]() |
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. |