Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check mysqlConnector.canceled.Value when failed to TLS handshake (go-…
…sql-driver#1615) ### Description Check if the context is canceled when failed to TLS handshake. fix: go-sql-driver#1614 ### Checklist - [x] Code compiles correctly - [x] Created tests which fail without the change (if possible) - [x] All tests passing - [x] Extended the README / documentation, if necessary - [x] Added myself / the copyright holder to the AUTHORS file <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added Nao Yokotsuka to the contributors list for improved project documentation. - **Bug Fixes** - Enhanced error handling in the TLS handshake process to better manage cancellation requests, improving connection responsiveness. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information