File tree 1 file changed +2
-1
lines changed
src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11
11
using Microsoft . AspNetCore . InternalTesting ;
12
12
using Microsoft . AspNetCore . Server . Kestrel . Core . Features ;
13
13
using Microsoft . AspNetCore . Server . Kestrel . Core . Internal . Http2 ;
14
+ using Microsoft . AspNetCore . Server . Kestrel . Core . Internal . Infrastructure ;
14
15
using Microsoft . AspNetCore . InternalTesting ;
15
16
using Microsoft . Extensions . Logging ;
16
17
using Microsoft . Net . Http . Headers ;
@@ -3778,7 +3779,7 @@ await ExpectAsync(Http2FrameType.CONTINUATION,
3778
3779
withStreamId : 1 ) ;
3779
3780
3780
3781
await StopConnectionAsync ( expectedLastStreamId : 1 , ignoreNonGoAwayFrames : true ) ;
3781
- Assert . Equal ( nameof ( ConnectionEndReason . ErrorWritingHeaders ) , ConnectionTags [ KestrelMetrics . KestrelConnectionEndReason ] ) ;
3782
+ Assert . Equal ( nameof ( ConnectionEndReason . TransportCompleted ) , ConnectionTags [ KestrelMetrics . KestrelConnectionEndReason ] ) ;
3782
3783
}
3783
3784
3784
3785
[ Fact ]
You can’t perform that action at this time.
0 commit comments