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

WinHttpHandler - HTTP/2 bidirectional streaming #44784

Closed
JamesNK opened this issue Nov 17, 2020 · 4 comments · Fixed by #51094
Closed

WinHttpHandler - HTTP/2 bidirectional streaming #44784

JamesNK opened this issue Nov 17, 2020 · 4 comments · Fixed by #51094
Labels
area-System.Net.Http Priority:2 Work that is important, but not critical for the release Team:Libraries
Milestone

Comments

@JamesNK
Copy link
Member

JamesNK commented Nov 17, 2020

WinHTTP has added support for HTTP/2 bidirectional streaming in modern versions of Windows.

Should add tests to verify it works with WinHttpHandler.

@ghost
Copy link

ghost commented Nov 17, 2020

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

Issue Details
Description:

WinHTTP has added support for HTTP/2 bidirectional streaming in modern versions of Windows.

Should add tests to verify it works with WinHttpHandler.

Author: JamesNK
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Nov 17, 2020
@karelz
Copy link
Member

karelz commented Dec 2, 2020

@JamesNK do you know how is it exposed from WinHttp?
Are there customers asking for this on .NET Core? Or on .NET Framework?

@karelz karelz added Priority:2 Work that is important, but not critical for the release Team:Libraries and removed untriaged New issue has not been triaged by the area owner labels Jan 6, 2021
@karelz karelz added this to the 6.0.0 milestone Jan 6, 2021
@karelz
Copy link
Member

karelz commented Jan 6, 2021

Based on @JamesNK analysis, this is not yet supported by WinHttp. Closing as it is not actionable.
We can reopen / create new one for consideration, once the support in the underlying WinHttp exists.

@karelz karelz closed this as completed Jan 6, 2021
@dotnet dotnet locked as resolved and limited conversation to collaborators Feb 5, 2021
@JamesNK JamesNK reopened this Apr 12, 2021
@JamesNK
Copy link
Member Author

JamesNK commented Apr 12, 2021

Support has been added to the underlying WinHttp component.

@karelz karelz modified the milestones: 6.0.0, Future Apr 13, 2021
@karelz karelz modified the milestones: Future, 6.0.0 May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Http Priority:2 Work that is important, but not critical for the release Team:Libraries
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants