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

Fetch and copy HTTP headers if they are being updated #10101

Merged
merged 4 commits into from
Aug 1, 2024
Merged

Conversation

joelverhagen
Copy link
Member

@joelverhagen joelverhagen commented Aug 1, 2024

I will also copy this implementation to ServerCommon. Great catch by @dannyjdev!

Without this, we loose any additional HTTP headers existing on the blob, not overridden on the BlobHttpHeaders instance. SetHttpHeadersAsync replaces ALL headers that can possible be set by it, not just the ones you explicitly assign.

Also, unrelated, remove a BuildConfiguration parameter from the CI YAML. Perhaps that is what is preventing the automatic CI build from working. (it's a guess, it's something I added as a nicety but it's not required at this time)

@joelverhagen joelverhagen requested a review from a team as a code owner August 1, 2024 21:13
dannyjdev
dannyjdev previously approved these changes Aug 1, 2024
@joelverhagen joelverhagen merged commit 1d62552 into dev Aug 1, 2024
2 checks passed
@joelverhagen joelverhagen deleted the jver-fetch branch August 1, 2024 22:47
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.

4 participants