Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Normal
Description
Protocol v5 adds support for checksumming of native protocol frame bodies. The checksum type is negotiated per-connection via the STARTUP message, with two types currently supported, Adler32 and CRC32. The mapping of the startup option value requested by the client to a ChecksumType should not be case sensitive, but currently it is.