-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
There is a lot of legacy code that is only executed given maxWireVersion < 6, which is no longer applicable given WIRE_VERSION_MIN is currently set to 6. Remove obsolete code paths that depend on unsupported values of maxWireVersion (less than 6 at time of writing, which happens to be equivalent to WIRE_VERSION_OP_MSG, which a lot of behavior is dependent on) to simplify the implementation.
Followup to CDRIVER-4098. Motivated by CDRIVER-4622.
- is related to
-
CDRIVER-4622 OP_QUERY egress counter may overcount
- Closed
-
CDRIVER-4098 Set minWireVersion to 6 (MongoDB 3.6)
- Closed
- related to
-
CDRIVER-4121 Use OP_MSG to authenticate if server supports OP_MSG
- Closed