Skip to content

Commit

Permalink
Update coro_http_client.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
helintongh committed Jun 24, 2024
1 parent c560bca commit 6470d5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/cinatra/coro_http_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ struct resp_data {
int status = 0;
bool eof = false;
std::string_view resp_body;
std::string br_data;
std::span<http_header> resp_headers;
#ifdef BENCHMARK_TEST
uint64_t total = 0;
Expand Down

0 comments on commit 6470d5c

Please sign in to comment.