SERVER-60117 left a try-block around the constructor that has no effect. It has 2 catches that do nothing but rethrow. It would be the same function without all that noise. Just finish the job and remove the entire try block.
https://github.com/mongodb/mongo/commit/033772a16ef0bd695457c2cb7154e25c145465b3
- is caused by
-
SERVER-60117 Try removing `...` exception handler in ASIOSession constructor
- Closed