Skip to content
Optimise performance of the C++ client API: use std::string as a buffer
and reserve enough memory when parse response with large files. This
fixes ADAMATLAS-317. The use of std::stringstream from the server side
still to be evaluated.