Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: improve and update ByteSource description
Clarify that external data must not be destroyed before the ByteSource that points to it, and that allocated data must have been allocated using OpenSSL's allocator (because it will be freed automatically, using OpenSSL's memory management functions). Also add a brief description of the new ByteSource::Builder class. PR-URL: #43478 Reviewed-By: Darshan Sen <[email protected]>
- Loading branch information