summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl/stream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/net/ssl/stream.hpp')
-rw-r--r--src/mongo/util/net/ssl/stream.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/util/net/ssl/stream.hpp b/src/mongo/util/net/ssl/stream.hpp
index f7f2a0f31a2..1bdf28e26b5 100644
--- a/src/mongo/util/net/ssl/stream.hpp
+++ b/src/mongo/util/net/ssl/stream.hpp
@@ -577,6 +577,10 @@ public:
return init.result.get();
}
+ asio::mutable_buffer& getCoreOutputBuffer() {
+ return core_.output_;
+ }
+
private:
Stream next_layer_;
detail::stream_core core_;