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

If body is empty then return publisher emitting response instead of propagating empty publisher #4203

Closed
wants to merge 1 commit into from

Conversation

anuchandy
Copy link
Member

HttpLoggingPolicy::process return empty publisher when body is empty, the contract of process method is to return response for the next one in the chain. This PR ensure HttpLoggingPolicy::process adhere to this.

@anuchandy anuchandy added the Client This issue points to a problem in the data-plane of the library. label Jul 1, 2019
@anuchandy anuchandy requested a review from JonathanGiles July 1, 2019 19:40
@anuchandy
Copy link
Member Author

anuchandy commented Jul 1, 2019

This issue caused blob getProperties to return null.

@anuchandy anuchandy requested a review from g2vinay July 1, 2019 21:37
@anuchandy
Copy link
Member Author

@g2vinay we want to ensure this is not a breaking change for key-vault, can you confirm review and approve? // cc @mayurid

Copy link
Member

@srnagar srnagar left a comment

Choose a reason for hiding this comment

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

Please create a PR against this branch as well - https://github.com/Azure/azure-sdk-for-java/tree/release-preview-2

Copy link
Member

@g2vinay g2vinay left a comment

Choose a reason for hiding this comment

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

Don't expect this to have any impact on KV.
Github CI is passing as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants