You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CDRIVER-5515 fix assert when legacy exhaust cursor receives no documents (#1562)
* add regression test
Create an exhaust cursor with empty results. Fails an assertion when using legacy op codes.
* CDRIVER-5515 handle NULL for OP_REPLY documents
Avoids an assertion failure in bson_reader_new_from_data if a legacy
exhaust cursor receives an empty batch of documents.
0 commit comments