Skip to content

Fix PlaintextStreamFilter for sync requests#45388

Merged
stephentoub merged 2 commits into
dotnet:masterfrom
stephentoub:updatehttpsync
Dec 1, 2020
Merged

Fix PlaintextStreamFilter for sync requests#45388
stephentoub merged 2 commits into
dotnet:masterfrom
stephentoub:updatehttpsync

Conversation

@stephentoub

Copy link
Copy Markdown
Member

As with ConnectCallback, make it usable for sync requests. Also:

  • Consolidate blocking to the sync entry point where possible.
  • Remove unnecessary async arguments
  • Fix XxAsync naming on several methods

Follow-up to #45300
cc: @geoffkizer, @ManickaP

As with ConnectCallback, make it usable for sync requests. Also:
- Consolidate blocking to the sync entry point where possible.
- Remove unnecessary async arguments
- Fix XxAsync naming on several methods
@ghost

ghost commented Nov 30, 2020

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

As with ConnectCallback, make it usable for sync requests. Also:

  • Consolidate blocking to the sync entry point where possible.
  • Remove unnecessary async arguments
  • Fix XxAsync naming on several methods

Follow-up to #45300
cc: @geoffkizer, @ManickaP

Author: stephentoub
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

Comment thread src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs Outdated
Comment thread src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs Outdated

@geoffkizer geoffkizer left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

One small issue above, otherwise LGTM

@wfurt wfurt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@stephentoub
stephentoub merged commit db58dcd into dotnet:master Dec 1, 2020
@stephentoub
stephentoub deleted the updatehttpsync branch December 1, 2020 11:21
@ghost ghost locked as resolved and limited conversation to collaborators Dec 31, 2020
@karelz karelz added this to the 6.0.0 milestone Jan 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants