forked from go-mysql-org/go-mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing bad connection error when reading large compressed packets (go…
…-mysql-org#863) * fixing bad connection error when reading large compressed packets * fixing linting errors * minor cleanup and some more comments * minor cleanup and some more comments * fixing issue when net_buffer_length=1024 * fixing packet reader lookup condition * handle possible nil access violation when attempting to read next compressed packet * removed deprecated linters that no longer exist in golangci-lint 1.58.0 * addressing PR feedback * addressing PR feedback * removed compressedReaderActive --------- Co-authored-by: dvilaverde <[email protected]> Co-authored-by: lance6716 <[email protected]>
- Loading branch information
1 parent
0ad0d03
commit 007f306
Showing
1 changed file
with
83 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters