This commit is contained in:
J. Nick Koston
2025-05-15 03:47:10 -05:00
parent 2646ec166b
commit cdf3ed07ba

View File

@@ -155,10 +155,9 @@ APIError APIFrameHelper::write_raw_(const struct iovec *iov, int iovcnt) {
}
this->tx_buf_.push_back(std::move(buffer));
return APIError::OK; // Success, remaining data buffered
}
return APIError::OK; // Success, all data sent
return APIError::OK; // Success, all data sent or buffered
}
// Common implementation for trying to send buffered data