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

Status of 3.1? #8

Closed
thefringeninja opened this issue Jan 19, 2022 · 3 comments
Closed

Status of 3.1? #8

thefringeninja opened this issue Jan 19, 2022 · 3 comments

Comments

@thefringeninja
Copy link

I came across your library and it's just what we're looking for, specifically unencrypted http/2 support in our unit tests. I see it on your 3.1 branch but it's not available on nuget.

@TalAloni
Copy link
Owner

Given that the 3.1 branch is only useful for unencrypted http/2, I thought most people would not find it useful and I did not publish a NuGet for it to avoid stealing focus from the v2.2 branch.
I guess I could publish a NuGet and hide it - seems like very few people would find it useful for production usages.
IIRC Anybody using .NET Core 3 or later could also use unencrypted http/2 natively. (there is a way to enable it IIRC).

@thefringeninja
Copy link
Author

We have to support net48. A hidden package would work for me.

@TalAloni
Copy link
Owner

Here you go:
https://www.nuget.org/packages/StandardSocketsHttpHandler/3.1.0.1

I've ran the test suite and currently I'm not familiar with any issue, but please consider it as a beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants