Skip to content

Commit

Permalink
Fix bug where last few bytes on socket go unread (#624)
Browse files Browse the repository at this point in the history
**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
```
  • Loading branch information
graebm authored Jun 12, 2024
1 parent 0ec5682 commit 9199c30
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crt/aws-c-http
2 changes: 1 addition & 1 deletion crt/aws-lc
2 changes: 1 addition & 1 deletion crt/s2n
Submodule s2n updated from 6d92b4 to 114cca

0 comments on commit 9199c30

Please sign in to comment.