[QUIC] Check inputs for QuicConnection.CloseAsync
and QuicStream.Abort
#101385
Labels
area-System.Net.Quic
enhancement
Product code improvement that does NOT require public API changes/additions
Milestone
Follow up on dotnet/aspnetcore#55196
We should check the input values for error code if it's within the range. If not, DEBUG MsQuic crashes on assert, RELEASE doesn't, but ignores it, leaving the connection to idle out.
Depends on dotnet/aspnetcore#55282
The text was updated successfully, but these errors were encountered: