aboutsummaryrefslogtreecommitdiff
path: root/src/proto/copy_x_response.zig
AgeCommit message (Collapse)Author
2023-09-28Reduce allocations, the message takes ownership of the bytes read fromMartin Ashby
the stream and is responsible for deallocating, rather than copying them to their own storage.
2023-09-26Generify copy response and add CopyOutResponse and CopyBothResponseMartin Ashby