HomePhabricator

Avoid a copy in RPC output
e17151ad2a45Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

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.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Aug 6 2014, 11:01
deadalnixPushed on May 14 2017, 22:04
Parents
rABC5e94d0036a76: Merge pull request #4626
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABCe17151ad2a45: Avoid a copy in RPC output (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Aug 6 2014, 11:01