bufio.Writer.Flush (method)

60 uses

	bufio (current package)
		bufio.go#L636: func (b *Writer) Flush() error {
		bufio.go#L687: 			b.Flush()
		bufio.go#L706: 	if b.Available() <= 0 && b.Flush() != nil {
		bufio.go#L730: 		if b.Flush(); b.err != nil {
		bufio.go#L767: 			b.Flush()
		bufio.go#L793: 			if err1 := b.Flush(); err1 != nil {
		bufio.go#L823: 			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#L307: 	err := bw.Flush()
		server.go#L2893: 		err = rws.bw.Flush()
		transport.go#L900: 	cc.bw.Flush()
		transport.go#L1236: 	if err := cc.bw.Flush(); err != nil {
		transport.go#L1797: 	cc.bw.Flush()
		transport.go#L1940: 				err = cc.bw.Flush()
		transport.go#L1984: 	if ferr := cc.bw.Flush(); ferr != nil && err == nil {
		transport.go#L2600: 		cc.bw.Flush()
		transport.go#L2628: 		cc.bw.Flush()
		transport.go#L2675: 				cc.bw.Flush()
		transport.go#L2745: 			cc.bw.Flush()
		transport.go#L2841: 		cc.bw.Flush()
		transport.go#L3008: 		if pingError = cc.bw.Flush(); pingError != nil {
		transport.go#L3050: 	return cc.bw.Flush()
		transport.go#L3078: 	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#L3784: 	err := bw.Flush()
		h2_bundle.go#L6989: 		err = rws.bw.Flush()
		h2_bundle.go#L8322: 	cc.bw.Flush()
		h2_bundle.go#L8655: 	if err := cc.bw.Flush(); err != nil {
		h2_bundle.go#L9258: 	cc.bw.Flush()
		h2_bundle.go#L9402: 				err = cc.bw.Flush()
		h2_bundle.go#L9446: 	if ferr := cc.bw.Flush(); ferr != nil && err == nil {
		h2_bundle.go#L10278: 		cc.bw.Flush()
		h2_bundle.go#L10306: 		cc.bw.Flush()
		h2_bundle.go#L10353: 				cc.bw.Flush()
		h2_bundle.go#L10423: 			cc.bw.Flush()
		h2_bundle.go#L10519: 		cc.bw.Flush()
		h2_bundle.go#L10686: 		if pingError = cc.bw.Flush(); pingError != nil {
		h2_bundle.go#L10728: 	return cc.bw.Flush()
		h2_bundle.go#L10756: 	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#L403: 	return cw.res.conn.bufw.Flush()
		server.go#L610: 	w.w.Flush()  // get rid of any previous writes
		server.go#L969: 			w.conn.bufw.Flush()
		server.go#L1222: 		w.conn.bufw.Flush()
		server.go#L1715: 	w.w.Flush()
		server.go#L1718: 	w.conn.bufw.Flush()
		server.go#L1772: 	err := w.w.Flush()
		server.go#L1789: 		c.bufw.Flush()
		transfer.go#L1134: 		ferr := bw.Flush()
		transport.go#L2606: 				err = pc.bw.Flush()

	net/http/httputil
		reverseproxy.go#L788: 	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#L726: 	return b.Flush()
		pprof.go#L974: 	return b.Flush()