Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PlaintextStreamFilter for sync requests #45388

Merged
merged 2 commits into from
Dec 1, 2020

Conversation

stephentoub
Copy link
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
Copy link

ghost commented Nov 30, 2020

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: -

Copy link
Contributor

@geoffkizer geoffkizer left a comment

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

Copy link
Member

@wfurt wfurt left a comment

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