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

[HTTP/3] Support NativeAOT on Windows #73291

Closed
karelz opened this issue Aug 3, 2022 · 3 comments
Closed

[HTTP/3] Support NativeAOT on Windows #73291

karelz opened this issue Aug 3, 2022 · 3 comments
Labels
area-System.Net.Http enhancement Product code improvement that does NOT require public API changes/additions
Milestone

Comments

@karelz
Copy link
Member

karelz commented Aug 3, 2022

HTTP/3 should be supported also in NativeAOT scenario on Windows.

Linux is simple as msquic is "part of OS" - external package that is prereq for HTTP/3 to work.
On Windows, we build and include msquic.dll as part of .NET Runtime.

@vitek-karas or @MichalStrehovsky can point us to what needs to happen to make it work.
cc @jkotas

Related to Single-file support in #73290

@karelz karelz added enhancement Product code improvement that does NOT require public API changes/additions area-System.Net.Http labels Aug 3, 2022
@karelz karelz added this to the 8.0.0 milestone Aug 3, 2022
@ghost
Copy link

ghost commented Aug 3, 2022

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

Issue Details

HTTP/3 should be supported also in NativeAOT scenario on Windows.

Linux is simple as msquic is "part of OS" - external package that is prereq for HTTP/3 to work.
On Windows, we build and include msquic.dll as part of .NET Runtime.

@vitek-karas or @MichalStrehovsky can point us to what needs to happen to make it work.
cc @jkotas

Author: karelz
Assignees: -
Labels:

enhancement, area-System.Net.Http

Milestone: 8.0.0

@karelz
Copy link
Member Author

karelz commented Aug 3, 2022

Triage: We discussed with @vitek-karas that such work should be part of 8.0 -- it is too late for 7.0 and the usage of HTTP/3 is not that much widespread yet.

@jkotas
Copy link
Member

jkotas commented Aug 3, 2022

We do not need to a separate issue tracking this for NativeAOT. The solution and the work required to make it happen should be 95% same between singlefilehost and NativeAOT.

Duplicate of #73290

@jkotas jkotas closed this as completed Aug 3, 2022
@karelz karelz modified the milestones: 8.0.0, 7.0.0 Aug 7, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Sep 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Http enhancement Product code improvement that does NOT require public API changes/additions
Projects
None yet
Development

No branches or pull requests

2 participants