Dmitriy Musatkin
Dmitriy Musatkin
curl 7.29.0 is over a decade old at this point. i would not be surprised if it has some issues with mva dns. yes, timeout should apply in this case....
Im not sure there is an easy fix for this. From the logs it looks like curl acquires connection from a pool, realizes that it has been closed (because it...
CPP SDK supports GCC12. Problems like the one you are observing are typically due to some mismatch with build artifacts, so clean rebuild of both sdk and your app typically...
Did it ever work? The failing tests are relatively new (maybe a year old), but the allocator behavior hasnt changed in a while. We dont officially support big-endian machines as...
This is likely due to this bug in openssl https://github.com/openssl/openssl/issues/10842. There are some workarounds in the that ticket, but looks like the issue is only fixed in 1.1.1i. Alternative workaround...
Yes, AWS_USE_CRYPTO_SHARED_LIBS=ON should work as a workaround in this case and looks like it does not an its trying to link against static crypto? We'll need to see if we...
AWS S3 does not support http/2 on server side, so there is no current plans to add support to this library. We will consider consider your other 2 points as...
fix has been merged in https://github.com/aws/aws-sdk-cpp/commit/3abf409c171d60c874015d5962e79902a5f3ad1d and should be available in the next release later today.
Re: first issue Are you sure mindalpha::StreamReadAll is actually calling InitAPI internally? Taking a quick look through the mindalpha code im not sure it actually will. In that case it...