Skip to content

Commit 1fe6861

Browse files
committed
1
1 parent 08b472d commit 1fe6861

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/iceberg/catalog/rest/http_client.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ Status HandleFailureResponse(const cpr::Response& response,
136136

137137
HttpClient::HttpClient(std::unordered_map<std::string, std::string> default_headers)
138138
: default_headers_{std::move(default_headers)},
139-
// session_{std::make_unique<cpr::Session>()} {
140139
connection_pool_{std::make_unique<cpr::ConnectionPool>()} {
141140
// Set default Content-Type for all requests (including GET/HEAD/DELETE).
142141
// Many systems require that content type is set regardless and will fail,

0 commit comments

Comments
 (0)