-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Pubternal IHttpHeadersHandler #17573
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
FYI @aspnet/http2 IHttpHeadersHandler is something we moved into shared code for HPACK. It was previously a 'pubternal' API in our code base that our benchmarks infrastructure depended on. This PR restores it as a pubternal API in its original namespace until we can come up with a cleaner solution. I used ifdefs so no changes should be required in the runtime repo. |
Is there anyway to confirm by merging this PR that benchmarks will build again? I'd prefer to have that inner loop fast as we have gone back and forth fixing pieces. |
@Tratcher Are you planning to open a PR in https://github.com/dotnet/runtime to synchronize these changes? |
A possible solution to the pubternal shared code issues.