MCPcopy
hub / github.com/golang/net / Flush

Method Flush

http2/write.go:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39type writeContext interface {
40 Framer() *Framer
41 Flush() error
42 CloseConn() error
43 // HeaderEncoder returns an HPACK encoder that writes to the
44 // returned buffer.

Callers 15

testConnOutflowBlockedFunction · 0.65
testSkipPacketsFunction · 0.65
BenchmarkReadByteFunction · 0.65
TestLostStreamWithDataFunction · 0.65

Implementers 1

serverConnhttp2/server.go

Calls

no outgoing calls

Tested by 15

testConnOutflowBlockedFunction · 0.52
testSkipPacketsFunction · 0.52
BenchmarkReadByteFunction · 0.52
TestLostStreamWithDataFunction · 0.52