Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Aug 5, 2024
1 parent dc14e3c commit 93dc74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hikyuu/utilities/http_client/HttpClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ HttpResponse HttpClient::request(const std::string& method, const std::string& p
res = _readResChunk(method, uri, headers, body, body_len, content_type);

if (res.getHeader("Connection") == "close") {
HKU_TRACE("Connect closed");
// HKU_TRACE("Connect closed");
reset();
}

Expand Down

0 comments on commit 93dc74e

Please sign in to comment.