bufio.Writer.Flush (method)

60 uses

	bufio (current package)
		bufio.go#L638: func (b *Writer) Flush() error {
		bufio.go#L689: 			b.Flush()
		bufio.go#L708: 	if b.Available() <= 0 && b.Flush() != nil {
		bufio.go#L732: 		if b.Flush(); b.err != nil {
		bufio.go#L769: 			b.Flush()
		bufio.go#L795: 			if err1 := b.Flush(); err1 != nil {
		bufio.go#L825: 			err = b.Flush()

	go.uber.org/zap/zapcore
		buffered_write_syncer.go#L149: 		if err := s.writer.Flush(); err != nil {
		buffered_write_syncer.go#L164: 		err = s.writer.Flush()

	golang.org/x/net/http2
		http2.go#L304: 	err := bw.Flush()
		server.go#L2875: 		err = rws.bw.Flush()
		transport.go#L851: 	cc.bw.Flush()
		transport.go#L1186: 	if err := cc.bw.Flush(); err != nil {
		transport.go#L1745: 	cc.bw.Flush()
		transport.go#L1888: 				err = cc.bw.Flush()
		transport.go#L1932: 	if ferr := cc.bw.Flush(); ferr != nil && err == nil {
		transport.go#L2547: 		cc.bw.Flush()
		transport.go#L2575: 		cc.bw.Flush()
		transport.go#L2622: 				cc.bw.Flush()
		transport.go#L2692: 			cc.bw.Flush()
		transport.go#L2788: 		cc.bw.Flush()
		transport.go#L2954: 		if pingError = cc.bw.Flush(); pingError != nil {
		transport.go#L2996: 	return cc.bw.Flush()
		transport.go#L3024: 	cc.bw.Flush()

	google.golang.org/grpc/internal/binarylog
		sink.go#L127: 			if err := fs.buf.Flush(); err != nil {
		sink.go#L142: 	if err := fs.buf.Flush(); err != nil {

	net/http
		h2_bundle.go#L3701: 	err := bw.Flush()
		h2_bundle.go#L6846: 		err = rws.bw.Flush()
		h2_bundle.go#L8180: 	cc.bw.Flush()
		h2_bundle.go#L8516: 	if err := cc.bw.Flush(); err != nil {
		h2_bundle.go#L9077: 	cc.bw.Flush()
		h2_bundle.go#L9221: 				err = cc.bw.Flush()
		h2_bundle.go#L9265: 	if ferr := cc.bw.Flush(); ferr != nil && err == nil {
		h2_bundle.go#L9881: 		cc.bw.Flush()
		h2_bundle.go#L9909: 		cc.bw.Flush()
		h2_bundle.go#L9956: 				cc.bw.Flush()
		h2_bundle.go#L10026: 			cc.bw.Flush()
		h2_bundle.go#L10122: 		cc.bw.Flush()
		h2_bundle.go#L10289: 		if pingError = cc.bw.Flush(); pingError != nil {
		h2_bundle.go#L10331: 	return cc.bw.Flush()
		h2_bundle.go#L10359: 	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#L984: 			w.conn.bufw.Flush()
		server.go#L1214: 		w.conn.bufw.Flush()
		server.go#L1707: 	w.w.Flush()
		server.go#L1710: 	w.conn.bufw.Flush()
		server.go#L1764: 	err := w.w.Flush()
		server.go#L1781: 		c.bufw.Flush()
		transfer.go#L1134: 		ferr := bw.Flush()
		transport.go#L2616: 				err = pc.bw.Flush()

	net/http/httputil
		reverseproxy.go#L801: 	if err := brw.Flush(); err != nil {

	net/http/internal
		chunked.go#L259: 		err = bw.Flush()

	net/textproto
		writer.go#L33: 	return w.W.Flush()
		writer.go#L118: 	return bw.Flush()

	runtime/pprof
		pprof.go#L718: 	return b.Flush()
		pprof.go#L966: 	return b.Flush()