Merge pull request #4857 from liushuyu/master

web_service: follow-up fix to #4842
This commit is contained in:
LC 2020-10-29 01:54:45 -04:00 committed by GitHub
commit 1a6b1bf1d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 444 additions and 220 deletions

View file

@ -71,11 +71,6 @@ struct Client::Impl {
return {};
}
if (!cli->is_socket_open()) {
LOG_ERROR(WebService, "Failed to open socket, skipping request!");
return {};
}
cli->set_connection_timeout(TIMEOUT_SECONDS);
cli->set_read_timeout(TIMEOUT_SECONDS);
cli->set_write_timeout(TIMEOUT_SECONDS);