-
Notifications
You must be signed in to change notification settings - Fork 326
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
Ignore invalid range in blob download #2462
base: main
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree company="corpuls" |
Do you have any idea how to input a invalid range header like "0--1" in download blob API by JS SDK (in Azurite test)? |
Following is sample to set a customized header to a blobClient instance:
|
@cnaj |
I'm still trying to figure out how to apply @EmmaZhu's suggestion. For instance, there is no |
Fix #2458, based on #2461
I'm not sure how to provoke an invalid range header in the unit tests; @blueww can you give me a hint?