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

removed un-needed Ref from Client #6653

Closed
wants to merge 11 commits into from

Conversation

geoffjohn11
Copy link

PR for #6326
I'm not entirely sure this is the right direction, but though I would take a try at it.

@mergify mergify bot added series/0.23 PRs targeting 0.23.x module:client labels Sep 6, 2022
@armanbilge
Copy link
Member

Thanks for the PR! I think the original proposal was in #6325 (review).

I don't think this needs the Ref unless the body is a Stream, but this is progress.

In series/0.23 the body is always a Stream so I am not sure if we can make this change here. However in main we have redefined the Entity model so that the body is not always a Stream. In those cases we do not need the Ref.

@geoffjohn11
Copy link
Author

Thanks for the PR! I think the original proposal was in #6325 (review).

I don't think this needs the Ref unless the body is a Stream, but this is progress.

In series/0.23 the body is always a Stream so I am not sure if we can make this change here. However in main we have redefined the Entity model so that the body is not always a Stream. In those cases we do not need the Ref.

Thanks! I'll take a look at the main branch and see if I can come up with the right idea.

@geoffjohn11 geoffjohn11 changed the base branch from series/0.23 to main September 6, 2022 22:47
@geoffjohn11 geoffjohn11 closed this Sep 6, 2022
@geoffjohn11
Copy link
Author

Committed to wrong branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:client series/0.23 PRs targeting 0.23.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants