Waqar Ahmed Khan
Waqar Ahmed Khan
*Description of changes:* Sometimes, `pthread_create` can fail with an `EINVAL` error if the `cpu_id` is restricted. Since the pinning to a particular `cpu_id` is supposed to be best-effort, try to...
*Issue #, if available:* #973 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
*Description of changes:* - From one of the failed CI runs, I saw that ``` 2024-04-03T21:25:53.2077062Z ***FAILURE*** Expected success at aws_http_headers_erase(range_get_headers, verify_header.name); got return value -1 with last error 0x0801...
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
The certificate for `rsa8192.badssl.com` endpoint is expired. Could you please renew the certificate? Thank you.
*Description of changes:* `aws_get_environment_value` is error-prone because one of the frequent use cases is to check an environment variable, else check other source like config file. In that case, the...
*Issue #, if available:* - https://github.com/awslabs/aws-c-common/issues/1142 *Description of changes:* - set visibility always to hidden - Update CMake to 3.9 By submitting this pull request, I confirm that my contribution...