small compiler warnings fixed
This commit is contained in:
@@ -62,7 +62,7 @@ std::pair<int, std::string> HttpClient::doRequest(const std::string &method, con
|
||||
|
||||
// and fetch the rest if not read completely
|
||||
while (content_len > 0 && content_len > ssl_read_packet.length() - 4 - end_of_headers) {
|
||||
auto read_bytes = sslRecvPacket();
|
||||
/* auto read_bytes = */ sslRecvPacket();
|
||||
}
|
||||
|
||||
// get body
|
||||
|
||||
Reference in New Issue
Block a user