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

Experimental revert of P/Invoke layer #55519

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

mgravell
Copy link
Member

@mgravell mgravell commented May 3, 2024

This is draft while planning.

Reason: reports of unusual http.sys failures since .NET 8 migration; only relevant PR is this one; we have been unable to isolate whether this is the cause, so we're discussing whether to issue a private build to the affected party, to see whether this resolves it.

This PR is a revert of #50685, taking into account #54368 (which was investigatory for the same problem) and #51833 (ex-flags; note the second PR in this branch is fallout from the last - our ExFlags had never been used and was mis-declared; it is byte in the main generated code, and making that change fixes relevant failing tests)

/cc @Tratcher for input on whether this is a bad direction (ideally with alternative suggestions)

This reverts commit 7f18f8f.

# Conflicts:
#	eng/Versions.props
#	src/Servers/HttpSys/src/AsyncAcceptContext.cs
#	src/Servers/HttpSys/src/AuthenticationManager.cs
#	src/Servers/HttpSys/src/Microsoft.AspNetCore.Server.HttpSys.csproj
#	src/Servers/HttpSys/src/NativeMethods.txt
#	src/Servers/IIS/IIS/src/Microsoft.AspNetCore.Server.IIS.csproj
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions feature-httpsys
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant