github vapor/vapor 4.67.3
Fix Stream Callback never being called in close

latest releases: 4.106.3, 4.106.2, 4.106.1...
2 years ago
This patch was authored and released by @0xTim.

Fixes a bug where abandoned requests mean that the stream callback is never invoked. This happens when a client sends a request, the server starts processing it but hasn't constructed the Response and then the client closes early. The response is discarded, as is the stream callback so it never gets invoked. This fixes that issue

Don't miss a new vapor release

NewReleases is sending notifications on new releases.