Commit a0e5839e by wuyang.zou

fix

1、 No Output UppServer Response Log Agagin
parent b8703dfa
...@@ -655,7 +655,7 @@ __declspec(dllexport) int __stdcall GetValue(char *indata, char *outdata) ...@@ -655,7 +655,7 @@ __declspec(dllexport) int __stdcall GetValue(char *indata, char *outdata)
return 0; return 0;
} }
LOG() <<"[**** * ****]---->global_info.recvbuf data: "<< global_info.recvbuf.c_str(); // LOG() <<"[**** * ****]---->global_info.recvbuf data: "<< global_info.recvbuf.c_str(); //SendMsg->Output Post Response, So No Need Output Again;
Document root; Document root;
root.Parse(global_info.recvbuf.c_str()); root.Parse(global_info.recvbuf.c_str());
Value statusCode; Value statusCode;
......
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 to comment