We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cc930 commit 28bbc42Copy full SHA for 28bbc42
driver/connection.h
@@ -43,7 +43,7 @@ class Connection
43
std::int32_t stringmaxlength = 0;
44
bool auto_session_id = false;
45
std::string client_name;
46
- bool enable_http_compression = false;
+ bool enable_http_compression = true;
47
48
public:
49
std::unique_ptr<Poco::Net::HTTPClientSession> session;
0 commit comments