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 9884550 commit 4346f9aCopy full SHA for 4346f9a
src/main/com/mongodb/DBTCPConnector.java
@@ -115,7 +115,6 @@ public void requestStart(){
115
*/
116
@Override
117
public void requestDone(){
118
- isTrue("open", !_closed);
119
_myPort.requestDone();
120
}
121
@@ -203,8 +202,6 @@ public WriteResult execute() throws IOException {
203
202
204
205
<T> T doOperation(final DB db, final DBPort port, final DBPort.Operation<T> operation){
206
207
-
208
try {
209
port.checkAuth( db.getMongo() );
210
return operation.execute();
@@ -410,7 +407,6 @@ DBPort getPrimaryPort() {
410
407
411
408
412
409
void releasePort(final DBPort port) {
413
414
_myPort.done(port);
415
416
0 commit comments