Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Jul 5, 2023
1 parent 521419c commit 80d4453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext-src/swoole_http_client_coro.cc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Client {
bool websocket_compression = false; // allow to compress websocket messages
bool accept_websocket_compression = false; // websocket server accepts compression
#endif
bool in_callback;
bool in_callback = false;
bool has_upload_files = false;

File *download_file = nullptr; // save http response to file
Expand Down

0 comments on commit 80d4453

Please sign in to comment.