bufio.Writer.Flush (method)
42 uses
bufio (current package)
bufio.go#L635: func (b *Writer) Flush() error {
bufio.go#L686: b.Flush()
bufio.go#L705: if b.Available() <= 0 && b.Flush() != nil {
bufio.go#L729: if b.Flush(); b.err != nil {
bufio.go#L766: b.Flush()
bufio.go#L792: if err1 := b.Flush(); err1 != nil {
bufio.go#L822: err = b.Flush()
github.com/coder/websocket
write.go#L354: err = c.bw.Flush()
write.go#L386: err = c.bw.Flush()
write.go#L421: bw.Flush()
github.com/refraction-networking/utls
u_conn.go#L663: err := bufferedWriter.Flush()
net/http
h2_bundle.go#L3753: err := bw.Flush()
h2_bundle.go#L6872: err = rws.bw.Flush()
h2_bundle.go#L8159: cc.bw.Flush()
h2_bundle.go#L8525: if err := cc.bw.Flush(); err != nil {
h2_bundle.go#L9089: cc.bw.Flush()
h2_bundle.go#L9233: err = cc.bw.Flush()
h2_bundle.go#L9277: if ferr := cc.bw.Flush(); ferr != nil && err == nil {
h2_bundle.go#L9892: cc.bw.Flush()
h2_bundle.go#L9920: cc.bw.Flush()
h2_bundle.go#L9967: cc.bw.Flush()
h2_bundle.go#L10037: cc.bw.Flush()
h2_bundle.go#L10134: cc.bw.Flush()
h2_bundle.go#L10301: if pingError = cc.bw.Flush(); pingError != nil {
h2_bundle.go#L10344: return cc.bw.Flush()
h2_bundle.go#L10372: cc.bw.Flush()
request.go#L739: err = bw.Flush()
request.go#L755: if err := bw.Flush(); err != nil {
request.go#L771: return bw.Flush()
server.go#L405: return cw.res.conn.bufw.Flush()
server.go#L613: w.w.Flush() // get rid of any previous writes
server.go#L948: w.conn.bufw.Flush()
server.go#L1178: w.conn.bufw.Flush()
server.go#L1671: w.w.Flush()
server.go#L1674: w.conn.bufw.Flush()
server.go#L1728: err := w.w.Flush()
server.go#L1745: c.bufw.Flush()
transfer.go#L1134: ferr := bw.Flush()
transport.go#L2668: err = pc.bw.Flush()
net/http/internal
chunked.go#L259: err = bw.Flush()
net/textproto
writer.go#L33: return w.W.Flush()
writer.go#L118: return bw.Flush()
![]() |
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. |