Skip to content

Conversation

@autoantwort
Copy link
Contributor

@autoantwort autoantwort commented Jun 17, 2022

Fixes #558 (comment)

There were actually two issues:

  1. Headers are send twice
  2. azure blob headers meant for put requests are also send in get requests (I didn't know that and thought it would be ok to also send them in get requests)

This was referenced Jun 17, 2022
@BillyONeal
Copy link
Member

Headers are send twice

Technically headers were sent however many times as you had downloads. O(N^2) headers! :D

@BillyONeal BillyONeal merged commit 9268e36 into microsoft:main Jun 17, 2022
@Osyotr
Copy link
Contributor

Osyotr commented Jun 17, 2022

Thank you very much for a quick fix!

@autoantwort autoantwort deleted the fix-azure-binarycache branch August 9, 2022 15:22
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.

3 participants