Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling Server-Timing causes issues on .NET 6 #631

Open
aluhrs13 opened this issue Jan 4, 2023 · 0 comments
Open

Enabling Server-Timing causes issues on .NET 6 #631

aluhrs13 opened this issue Jan 4, 2023 · 0 comments

Comments

@aluhrs13
Copy link

aluhrs13 commented Jan 4, 2023

When enabling Server-Timing on .NET 6, the content of page seems to be sent prematurely, the sample page only loads:

image

Repro is fairly simple - main...aluhrs13:MiniProfiler-dotnet:main - it seems like the problem is the call to context.Response.AppendTrailer in MiniProfilerMiddleware.cs is the key point. Changing it to a barebones context.Response.AppendTrailer("Server-Timing", "missedCache"); still repros.

I don't know enough about the internals of HttpContext to go deeper 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant