aspnetcore
aspnetcore copied to clipboard
HTTP/3: Support QUIC idle timeout more cleanly
- An HTTP/3 connection that ends because of an idle timeout logs a number of messy exception details. Look for idle exceptions and make logs cleaner.
- Delay aborting connection with critical stream closed. Avoids race between connection and stream closing.