Skip to content

Commit def580f

Browse files
Fix missing using in Http3TimeoutTests. (#43312)
Co-authored-by: Aditya Mandaleeka <[email protected]>
1 parent c109492 commit def580f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/Kestrel/test/InMemory.FunctionalTests/Http3/Http3TimeoutTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using Microsoft.AspNetCore.Connections;
66
using Microsoft.AspNetCore.Http;
77
using Microsoft.AspNetCore.Server.Kestrel.Core.Features;
8+
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http3;
89
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure;
910
using Microsoft.AspNetCore.Testing;
1011
using Microsoft.Extensions.Logging;

0 commit comments

Comments
 (0)