awslabs / aws-c-http

C99 implementation of the HTTP/1.1 and HTTP/2 specifications
Apache License 2.0
136 stars 42 forks source link

Add test where connection shuts down before response completes #468

Closed graebm closed 6 months ago

graebm commented 6 months ago

No bugs. I just wanted to be sure there was something that explicitly tested a channel shutting down when a response was still a few bytes short of completion. Related: https://github.com/awslabs/aws-c-io/pull/642

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.