github.com/jackc/pgx/v5/pgproto3.Frontend.ReadBufferLen (method)

2 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		frontend.go#L459: func (f *Frontend) ReadBufferLen() int {

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L2082: 		if pgConn.bgReader.Status() == bgreader.StatusStopped && pgConn.frontend.ReadBufferLen() == 0 {