• Wladimir J. van der Laan's avatar
    Avoid a copy in RPC output · bf3593e3
    Wladimir J. van der Laan authored
    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.
    bf3593e3
rpcprotocol.h 7.26 KB