aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

HTTP/3: Support QUIC idle timeout more cleanly

Open JamesNK opened this issue 3 years ago • 0 comments

  • 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.

JamesNK avatar Aug 01 '22 22:08 JamesNK