mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 21:18:31 +00:00
3a56bb0924
Currently, the `BytesStreamOutput` always zeros out the underlying byte pages when they are acquired. This should not be necessary as the stream overwrites the underlying bytes as serialization occurs.