Skip to content

Conversation

@graebm
Copy link
Contributor

@graebm graebm commented Jun 4, 2024

Issue:

awscrt.s3.S3Client is occasionally seeing errors when the server sends an HTTP response with a Connection: close header (meaning it intends to close the connection after the response is sent). The server is sending the full response, then immediately hanging up. But the last few bytes of the response never make it to the HTTP client.

Description of changes:

Update submodules, bringing in this fix: awslabs/aws-c-io#642

aws-c-auth         v0.7.17 -> v0.7.22
aws-c-cal          v0.6.11 -> v0.6.15
aws-c-common       v0.9.15 -> v0.9.20
aws-c-http         v0.8.1 -> v0.8.2
aws-c-io           v0.14.7 -> v0.14.9
aws-c-mqtt         v0.10.3 -> v0.10.4
aws-c-s3           v0.5.7 -> v0.5.10
aws-c-sdkutils     v0.1.15 -> v0.1.16
s2n                v1.4.11 -> v1.4.15

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

```
aws-c-auth         v0.7.17 -> v0.7.22
aws-c-cal          v0.6.11 -> v0.6.15
aws-c-common       v0.9.15 -> v0.9.20
aws-c-http         v0.8.1 -> v0.8.2
aws-c-io           v0.14.7 -> v0.14.9
aws-c-mqtt         v0.10.3 -> v0.10.4
aws-c-s3           v0.5.7 -> v0.5.10
aws-c-sdkutils     v0.1.15 -> v0.1.16
aws-lc             v1.24.0 -> v1.28.0
s2n                v1.4.11 -> v1.4.15
```
@graebm graebm merged commit af29c15 into main Jun 5, 2024
@graebm graebm deleted the read-to-eof branch June 5, 2024 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants