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 Nov 1, 2023
1 parent 18088c3 commit b7e4b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cinatra/coro_http_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1867,6 +1867,7 @@ class coro_http_client : public std::enable_shared_from_this<coro_http_client> {
bool enable_tcp_no_delay_ = false;
std::string resp_chunk_str_;
std::span<char> out_buf_;
static constexpr uint64_t websocket_split_part_size_ = 3145728;

#ifdef BENCHMARK_TEST
std::string req_str_;
Expand Down

0 comments on commit b7e4b50

Please sign in to comment.