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

fix. content-md5 header in response is optional #1323

Merged
merged 3 commits into from
Jul 25, 2023

Conversation

juliusl
Copy link
Member

@juliusl juliusl commented Jul 24, 2023

Addresses #1322

@demoray
Copy link
Contributor

demoray commented Jul 24, 2023

In the result:

pub content_md5: ConsistencyMD5,

This needs to be:

    pub content_md5: Option<ConsistencyMD5>,

@juliusl
Copy link
Member Author

juliusl commented Jul 24, 2023

@demoray sorry about that, I was being impatient.

@demoray demoray merged commit 8e7f3d4 into Azure:main Jul 25, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants