Commit f94c6ff9 by Amir Aharon

comment prints

parent e890e4f9
Showing with 1 additions and 1 deletions
......@@ -344,7 +344,7 @@ void MSICommandClientEvppImpl::handleAsyncRequestSuccess(const ICommandClient::H
*/
if (responsePtr->body().size()){
std::string respBody = responsePtr->body().ToString(); // must use ToString, since it an overrun buffer
std::cout << "Parsing body: " << respBody << std::endl;
//std::cout << "Parsing body: " << respBody << std::endl;
if(!doc.Parse<0>(respBody.c_str()).HasParseError()) {
asyncCmdDataPtr->p_command_counters->succeed++;
brr.setResponse_code(responsePtr->http_code());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment