Skip to content

Conversation

@JamesNK
Copy link
Member

@JamesNK JamesNK commented Jun 17, 2021

This PR removes the non-static members from shared QPackEncoder. These methods are only used by ASP.NET Core. It is easier to have them in a non-shared file in the ASP.NET Core repo so changes don't need to be synced.

This change makes QPackEncoder consistent with HPackEncoder which is also static and the ASP.NET Core specific methods are in a different file in the ASP.NET Core repo.

@JamesNK JamesNK requested a review from a team June 17, 2021 22:27
@ghost ghost added the area-System.Net.Http label Jun 17, 2021
@ghost
Copy link

ghost commented Jun 17, 2021

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

Issue Details

This PR removes the non-static members from shared QPackEncoder. These methods are only used by ASP.NET Core. It is easier to have them in a non-shared file in the ASP.NET Core repo so changes don't need to be synced.

This change makes QPackEncoder consistent with HPackEncoder which is also static and the ASP.NET Core specific methods are in a different file in the ASP.NET Core repo.

Author: JamesNK
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

@JamesNK
Copy link
Member Author

JamesNK commented Jun 18, 2021

runtime folks: Is this ok to merge? MacOS ARM build is timing out. Seems unrelated but I want to double check.

@stephentoub
Copy link
Member

Thanks for checking. This leg has been having problems all day. It's not you.

@stephentoub stephentoub merged commit 5221db9 into dotnet:main Jun 18, 2021
@karelz karelz added this to the 6.0.0 milestone Jul 15, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants