Closed MHHenriksen closed 5 years ago
Actually, the method name is wrong too, since it's logged from FlushInternal, even though it will only happen during Dispose since endOfRequest is only true when called from there.
@MHHenriksen if you're still interested please send a PR. Thanks.
https://github.com/aspnet/HttpSysServer/blob/5edeb8c2ab2d9ee11aa1fe0fb6d928088675ed49/src/Microsoft.AspNetCore.Server.HttpSys/RequestProcessing/ResponseBody.cs#L131
The log message says "ResponseStream::Dispose" while the class is actually named ResponseBody.