zero copy cleanup

This commit is contained in:
J. Nick Koston
2025-07-20 19:01:41 -10:00
parent fc286c8bf4
commit 54bbde6183
8 changed files with 87 additions and 62 deletions
+2 -2
View File
@@ -1666,7 +1666,7 @@ void SubscribeLogsResponse::dump_to(std::string &out) const {
out.append("\n");
out.append(" message: ");
out.append(format_hex_pretty(this->message));
out.append(format_hex_pretty(this->message_ptr_, this->message_len_));
out.append("\n");
out.append(" send_failed: ");
@@ -1932,7 +1932,7 @@ void CameraImageResponse::dump_to(std::string &out) const {
out.append("\n");
out.append(" data: ");
out.append(format_hex_pretty(this->data));
out.append(format_hex_pretty(this->data_ptr_, this->data_len_));
out.append("\n");
out.append(" done: ");