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 #795

Merged
merged 2 commits into from
Jun 13, 2024
Merged

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

merged 2 commits into from
Jun 13, 2024

Conversation

graebm
Copy link
Contributor

@graebm graebm commented Jun 12, 2024

Issue:

We're 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.21
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-sdkutils     v0.1.15 -> v0.1.16
s2n                v1.4.11 -> v1.4.16

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.21
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-sdkutils     v0.1.15 -> v0.1.16
s2n                v1.4.11 -> v1.4.16
```
@graebm graebm merged commit ae87528 into main Jun 13, 2024
51 checks passed
@graebm graebm deleted the read-to-eof branch June 13, 2024 17:55
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