Skip to content

Conversation

@graebm
Copy link
Contributor

@graebm graebm commented Jun 11, 2024

Issue:

aws-c-s3 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-common       v0.9.19 -> v0.9.21
aws-c-http         v0.8.1 -> v0.8.2
aws-c-io           v0.14.8 -> v0.14.9
aws-c-s3           v0.5.9 -> v0.5.10
aws-lc             v1.28.0 -> v1.29.0
s2n                v1.4.15 -> v1.4.16

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

graebm added 3 commits June 11, 2024 14:09
bring in fix by updating submodules:
```
aws-c-common       v0.9.19 -> v0.9.21
aws-c-http         v0.8.1 -> v0.8.2
aws-c-io           v0.14.8 -> v0.14.9
aws-c-s3           v0.5.9 -> v0.5.10
aws-lc             v1.28.0 -> v1.29.0
s2n                v1.4.15 -> v1.4.16
```
what was wrong with you yesterday Github CI?
@graebm graebm merged commit 9199c30 into main Jun 12, 2024
@graebm graebm deleted the Jun11 branch June 12, 2024 20:21
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