Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug where last few bytes on socket go unread #269

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Fix bug where last few bytes on socket go unread #269

merged 1 commit into from
Jun 12, 2024

Conversation

graebm
Copy link
Contributor

@graebm graebm commented Jun 11, 2024

Issue:

We see occasional 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.16 -> v0.7.22
aws-c-cal          v0.6.10 -> v0.6.15
aws-c-common       v0.9.14 -> v0.9.21
aws-c-http         v0.8.1 -> v0.8.2
aws-c-io           v0.14.6 -> v0.14.9
aws-c-sdkutils     v0.1.15 -> v0.1.16
s2n                v1.4.8 -> v1.4.16

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

```
aws-c-auth         v0.7.16 -> v0.7.22
aws-c-cal          v0.6.10 -> v0.6.15
aws-c-common       v0.9.14 -> v0.9.21
aws-c-http         v0.8.1 -> v0.8.2
aws-c-io           v0.14.6 -> v0.14.9
aws-c-sdkutils     v0.1.15 -> v0.1.16
s2n                v1.4.8 -> v1.4.16
```
@graebm graebm merged commit 4719842 into main Jun 12, 2024
25 checks passed
@graebm graebm deleted the Jun11 branch June 12, 2024 17: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