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

ASP.NET Web API fails on startup with net::ERR_HTTP2_PROTOCOL_ERROR #59

Open
evan-cx opened this issue Jul 11, 2024 · 0 comments
Open
Labels

Comments

@evan-cx
Copy link

evan-cx commented Jul 11, 2024

Describe the Bug

We added Mvp.Xml as a dependency in our ASP.NET Web API, which caused a net::ERR_HTTP2_PROTOCOL_ERROR on startup when application was started on a server without internet access. When we removed the package from the application dependencies, the application started without issue. My suspicion is that the Mvp.SponsorLink package is calling home even though the documentation says it won't. Another thought is that the System.Net.Http.WinHttpHandler package, which SponsorLink requires, is checking to see if HTTP/2 is supported on the host.

Steps to Reproduce

Run a ASP.NET application in IIS 10

Expected Behavior

Application startup is successful

Exception with Stack Trace

Client did not give us the full stack trace.

Version Info

v3.0.0

Additional Info

We don't run into the same issues when we run the app on a server with internet access.

Back this issue
Back this issue

@evan-cx evan-cx added the bug label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant