Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Don't wait to consume the entire request body for Connection: close requests #413

Closed
wants to merge 0 commits into from

Conversation

cesarblum
Copy link
Contributor

@@ -88,6 +88,37 @@ public Task RemoteIPv6Address()
return TestRemoteIPAddress("[::1]", "[::1]", "::1", "8792");
}

[ConditionalFact]
[FrameworkSkipCondition(RuntimeFrameworks.Mono, SkipReason = "Test hangs after execution on Mono.")]
public async Task DoesNotHangOnConnectionCloseRequest()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is RequestTests the appropriate class for this test?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems fine.

@halter73
Copy link
Member

:shipit:

@cesarblum cesarblum closed this Nov 21, 2015
@cesarblum cesarblum force-pushed the cesarbs/dont-consume-body-connection-close branch from 5c1c1c7 to e4fd91b Compare November 21, 2015 04:45
@cesarblum cesarblum deleted the cesarbs/dont-consume-body-connection-close branch November 21, 2015 04:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants