Skip to content

Commit 0d102c7

Browse files
committed
Remove handshake and update submodule including new tests
1 parent cd6a2ac commit 0d102c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
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

0 commit comments

Comments
 (0)