aspnet / KestrelHttpServer

[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
2.63k stars 528 forks source link

Don't count long tick intervals against rate measurements #3070

Closed halter73 closed 5 years ago

halter73 commented 5 years ago

This might help address #3015

This only affects rate timeouts. Normal fixed timeouts might deserve the same treatment, but that would require some additional locking to ensure we don't modify the sentinel value.

halter73 commented 5 years ago

@davidfowl Do you think we should something similar to this for fixed timeouts? (e.g. the request header timeout)