Skip to content

Commit 9ab99b2

Browse files
authored
HTTP/3: Unskip ContentLength_Received_NoDataFrames_Reset (#31743)
1 parent d70439c commit 9ab99b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ public async Task RemoveConnectionSpecificHeaders()
627627
Assert.Contains(LogMessages, m => m.Message.Equals("One or more of the following response headers have been removed because they are invalid for HTTP/2 and HTTP/3 responses: 'Connection', 'Transfer-Encoding', 'Keep-Alive', 'Upgrade' and 'Proxy-Connection'."));
628628
}
629629

630-
[Fact(Skip = "Http3OutputProducer.Complete is called before input recognizes there is an error. Why is this different than HTTP/2?")]
630+
[Fact]
631631
public async Task ContentLength_Received_NoDataFrames_Reset()
632632
{
633633
var headers = new[]

0 commit comments

Comments
 (0)