aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.96k stars 1.05k forks source link

Fix floating point excpetion in ssl connect metric #2884

Closed sbiscigl closed 6 months ago

sbiscigl commented 6 months ago

Issue #, if available:

issues/2883

Description of changes:

use curl_off_t for curl connect time instead of reading into a double.

Check all that applies:

Check which platforms you have built SDK on to verify the correctness of this PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.