Fixed typing for caching_sha2_password where misspelt jonServerPublicKey is replaced by onServerPublicKey#2699
Conversation
|
hi @johanwestling , thanks for noticing the typo. It should be this is the callback which users can pass to be able to cache server public key and use it with initial connection to speed it up ( one less roundtrip ) or make more secure if tls is not used ( password is sent RSA encrypted using the key ) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2699 +/- ##
=======================================
Coverage 90.32% 90.32%
=======================================
Files 71 71
Lines 15727 15727
Branches 1340 1339 -1
=======================================
Hits 14206 14206
Misses 1521 1521
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Sorry for late response, was in transit. Now the |
Just a minor character missing as I assume it was supposed to be
joinServerPublicKeyinstead ofjonServerPublicKey.