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

[NativeAOT-LLVM] disable SocketsHttpHandler support for WASI #2667

Conversation

bacongobbler
Copy link

Disabling this until System.Net.Sockets support comes to WASI via wasi-sockets. Many libraries (such as grpc-dotnet) check the value of SocketsHttpHandler.IsSupported to see if it needs to fall back from a sockets-based handler to a basic HTTP handler.

If this is not the correct location to update, let me know and I'd be happy to amend the PR.

Disabling this until System.Net.Sockets support comes to WASI.

Signed-off-by: Matthew Fisher <[email protected]>
@bacongobbler
Copy link
Author

related to #2614.

Copy link
Contributor

@yowl yowl left a comment

Choose a reason for hiding this comment

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

Thanks! This is also in #2614 now, but seems reasonable to me that it can go independently here. CI failure is known (and should be green if this is rerun, e.g. if it is closed and reopened)

@jkotas jkotas added the area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly) label Aug 26, 2024
@jkotas jkotas merged commit a75ef16 into dotnet:feature/NativeAOT-LLVM Aug 26, 2024
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants