-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Using the following code
<a test=me=hello class="valid-class">
My Link
</a>and a standard setup in .NET 8
services.AddWebMarkupMin(options =>
{
options.AllowMinificationInDevelopmentEnvironment = true;
options.AllowCompressionInDevelopmentEnvironment = true;
})
.AddHtmlMinification()
.AddXmlMinification()
.AddHttpCompression();we get the following error message and then no further requests are processed until we restart the app
fail: Microsoft.AspNetCore.Server.Kestrel[13]
Connection id "0HNDEJGPHCN93", Request id "0HNDEJGPHCN93:0000004D": An unhandled exception was thrown by the application.
System.InvalidOperationException: Response Content-Length mismatch: too few bytes written (53508 of 318097).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels