This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Description
The user suddenly stopped downloading the large file while downloading the large file, but the server is still reading the large file and did not cancel the request. The CUP, memory is high, and disk still reading data.
the large file more than 4G.
my code as below:
await for (HttpRequest request in server) {
runZoned(() {
virDir.serveRequest(request);
});
}