Skip to content

Commit 4719842

Browse files
authored
Fix bug where last few bytes on socket go unread (#269)
**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 ```
1 parent b6380f6 commit 4719842

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

aws-common-runtime/aws-c-common

Submodule aws-c-common updated 47 files

aws-common-runtime/s2n

Submodule s2n updated 196 files

0 commit comments

Comments
 (0)