Skip to content

Correct pagination if the result has no data

Sjoerd Simons requested to merge correct-empty-data-pagination into main

When getting the first data of a poll; Always returns Poll::Ready rather then Pending iff there was no data in the reply otherwise pagination will block on "empty" replies

Signed-off-by: Sjoerd Simons sjoerd@collabora.com

Merge request reports