Skip to content

Commit 19f4758

Browse files
committed
RUBY-659 modify comment to reference handling code
1 parent 765271f commit 19f4758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/networking.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def check_response_flags(flags)
208208
raise Mongo::OperationFailure, "Query response returned CURSOR_NOT_FOUND. " +
209209
"Either an invalid cursor was specified, or the cursor may have timed out on the server."
210210
elsif flags & Mongo::Constants::REPLY_QUERY_FAILURE != 0
211-
# Getting odd failures when a exception is raised here.
211+
# Mongo query reply failures are handled in Cursor#next.
212212
end
213213
end
214214

0 commit comments

Comments
 (0)