[CONC-634] Don't send compressed data if the server doesn't support it. Created: 2023-02-10 Updated: 2023-02-11 Resolved: 2023-02-11 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | Protocol |
| Affects Version/s: | 3.3.4 |
| Fix Version/s: | 3.3.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | xpand | ||
| Description |
|
When connecting to a database server with compression, the client needs to check if the server supports compression - if not client should fallback in uncompressed mode. |