Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions.
This commit is contained in:
@@ -104,7 +104,7 @@ bool BookClient::Call1(const std::string& operation,
|
||||
bool BookClient::Call(const std::string& operation,
|
||||
std::vector<webcc::SoapParameter>&& parameters,
|
||||
std::string* result_str) {
|
||||
if (!soap_client_.Request(operation, std::move(parameters), kResult,
|
||||
if (!soap_client_.Request(operation, std::move(parameters), kResult, 0,
|
||||
result_str)) {
|
||||
PrintError();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user