RosHTTP icon indicating copy to clipboard operation
RosHTTP copied to clipboard

Optimize string bodies

Open hmil opened this issue 8 years ago • 0 comments

Most bodies are simple strings and do not need to be encoded in a byte buffer. This case could be optimized by providing the backend with a string instead of a buffer for those cases.

hmil avatar May 26 '16 15:05 hmil