Skip to content

Commit e16834d

Browse files
committed
Remove handshake and update submodule including new tests
1 parent ce748bb commit e16834d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

driver-core/src/main/com/mongodb/internal/connection/InternalStreamConnectionInitializer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ private BsonDocument createHelloCommand(final Authenticator authenticator, final
198198
helloCommandDocument.append("speculativeAuthenticate", speculativeAuthenticateDocument);
199199
}
200200
}
201-
// Add backpressure support indication
202-
helloCommandDocument.append("backpressure", BsonBoolean.TRUE);
203201
return helloCommandDocument;
204202
}
205203

Submodule specifications updated 78 files

0 commit comments

Comments
 (0)