Details
Description
Mongocryptd builds a QueryRequest from the find command then serializes it back out as part of the response. This is wrong, as a parsed QueryRequest ignores arguments which aren't needed specifically for the query execution (e.g. it handles 'readConcern', but not 'txnNumber').