Skip to content

Commit

Permalink
for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Dec 9, 2024
1 parent 62bccab commit da4308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cinatra/coro_http_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2401,8 +2401,8 @@ class coro_http_client : public std::enable_shared_from_this<coro_http_client> {
bool should_reset_ = false;
config config_;

#ifdef CINATRA_ENABLE_GZIP
bool enable_ws_deflate_ = false;
#ifdef CINATRA_ENABLE_GZIP
bool is_server_support_ws_deflate_ = false;
std::string inflate_str_;
#endif
Expand Down

0 comments on commit da4308d

Please sign in to comment.