We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765271f commit 19f4758Copy full SHA for 19f4758
lib/mongo/networking.rb
@@ -208,7 +208,7 @@ def check_response_flags(flags)
208
raise Mongo::OperationFailure, "Query response returned CURSOR_NOT_FOUND. " +
209
"Either an invalid cursor was specified, or the cursor may have timed out on the server."
210
elsif flags & Mongo::Constants::REPLY_QUERY_FAILURE != 0
211
- # Getting odd failures when a exception is raised here.
+ # Mongo query reply failures are handled in Cursor#next.
212
end
213
214
0 commit comments