File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/libraries/System.Net.Http/tests/FunctionalTests Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
using System . IO ;
6
6
using System . Linq ;
7
7
using System . Net . Http . Headers ;
8
+ using System . Net . Quic ;
8
9
using System . Net . Test . Common ;
9
10
using System . Text ;
10
11
using System . Threading . Tasks ;
@@ -407,7 +408,6 @@ public async Task SendAsync_GetWithInvalidHostHeader_ThrowsException()
407
408
}
408
409
409
410
[ Fact ]
410
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/56292" ) ]
411
411
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/54160" , TestPlatforms . Browser ) ]
412
412
public async Task SendAsync_WithZeroLengthHeaderName_Throws ( )
413
413
{
@@ -429,6 +429,7 @@ await server.HandleRequestAsync(headers: new[]
429
429
} ) ;
430
430
}
431
431
catch ( IOException ) { }
432
+ catch ( QuicConnectionAbortedException ) { }
432
433
} ) ;
433
434
}
434
435
You can’t perform that action at this time.
0 commit comments