Remove inaccurate "zero-{copy,allocation}" claims

This commit is contained in:
2025-08-28 13:40:05 -04:00
parent f46a98249f
commit 6fb57619c5
5 changed files with 10 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ struct Connection {
* asynchronously by the server's I/O threads using efficient vectored
* I/O.
*
* @param s The data to send (string view for zero-copy efficiency)
* @param s The data to send (string view parameter for efficiency)
* @param copy_to_arena If true (default), copies data to the connection's
* arena for safe storage. If false, the caller must ensure the data remains
* valid until all queued messages are sent.