Skip to content

Commit 339297b

Browse files
committed
Remove handshake and update submodule including new tests
1 parent 21abfe2 commit 339297b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)