Avoid a copy in RPC output
Split up HTTPReply into HTTPReply and HTTPReplyHeader, so that
the message data can be streamed directly.
Also removes a c_str(), which would have prevented binary
output with NUL characters in it.
Avoid a copy in RPC output e17151ad2a45Unpublished Tags None Subscribers None
Description
Details
|