Skip to content

Commit 9199c30

Browse files
authored
Fix bug where last few bytes on socket go unread (#624)
**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 ```
1 parent 0ec5682 commit 9199c30

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

crt/aws-c-http

crt/aws-lc

crt/s2n

Submodule s2n updated from 6d92b46 to 114ccab

0 commit comments

Comments
 (0)