diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2025-02-14 14:26:38 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2025-02-14 14:26:38 -0300 |
| commit | 294bc6ecabf14c09c9bc8644704921dcf97cb44e (patch) | |
| tree | 279b1e0bab53901a1647ac63c1c724f0f789a663 /src/mongo/transport/message_compressor_manager.h | |
| parent | 70be7c27a251621187a1de533462ae2bb1e3bd39 (diff) | |
| parent | 1e917fd798aa25b7066d4b414b51184f13d5a092 (diff) | |
Update upstream source from tag 'upstream/6.0.10'debian/6.0.10-1
Update to upstream version '6.0.10'
with Debian dir 2d176fa254eee97b139f712fec5709641335a8c3
Diffstat (limited to 'src/mongo/transport/message_compressor_manager.h')
| -rw-r--r-- | src/mongo/transport/message_compressor_manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/transport/message_compressor_manager.h b/src/mongo/transport/message_compressor_manager.h index 9f1a1de35e3..bccbebdb316 100644 --- a/src/mongo/transport/message_compressor_manager.h +++ b/src/mongo/transport/message_compressor_manager.h @@ -62,14 +62,14 @@ public: MessageCompressorManager& operator=(MessageCompressorManager&&) = default; /* - * Called by a client constructing an isMaster request. This function will append the result + * Called by a client constructing a "hello" request. This function will append the result * of _registry->getCompressorNames() to the BSONObjBuilder as a BSON array. If no compressors * are configured, it won't append anything. */ void clientBegin(BSONObjBuilder* output); /* - * Called by a client that has received an isMaster response (received after calling + * Called by a client that has received a "hello" response (received after calling * clientBegin) and wants to finish negotiating compression. * * This looks for a BSON array called "compression" with the server's list of @@ -79,7 +79,7 @@ public: void clientFinish(const BSONObj& input); /* - * Called by a server that has received an isMaster request. + * Called by a server that has received a "hello" request. * * If no compressors are configured that match those requested by the client, then it will * not append anything to the BSONObjBuilder output. |
