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

HTTP kernel cleanups and some unimplemented tests #3042

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

jonsequitur
Copy link
Contributor

This removes the BaseAddress property from HttpRequestKernel and adds some tests, some of which won't be able to pass until the HTTP parser is updated.

RegisterForDisposal(_client);
}

public Uri? BaseAddress
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the API compatibility test baseline needs to be updated for removal of this public API.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is also a public SetValue function below. Does it need to be part of the public API considering the same can be accomplished via a SendValue commands?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That can be removed I suspect.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the gesture is like value sharing then yes, we should remove that.

@jonsequitur jonsequitur merged commit 41eda18 into dotnet:main Jun 16, 2023
4 checks passed
@colombod colombod added Area-Formatting Data and object formatting as HTML and plaintext Area-Messaging / scheduling / comms labels Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Formatting Data and object formatting as HTML and plaintext Area-Messaging / scheduling / comms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants