Skip to content

Commit 28bbc42

Browse files
committed
Enable compression by default
1 parent 83cc930 commit 28bbc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Connection
4343
std::int32_t stringmaxlength = 0;
4444
bool auto_session_id = false;
4545
std::string client_name;
46-
bool enable_http_compression = false;
46+
bool enable_http_compression = true;
4747

4848
public:
4949
std::unique_ptr<Poco::Net::HTTPClientSession> session;

0 commit comments

Comments
 (0)