Skip to content

Commit

Permalink
add a header for imagestore.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffj6123 committed Aug 3, 2022
1 parent 739327f commit e822308
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ HttpRequestMessage RequestFunc()
request.Content.Headers.ContentType = MediaTypeHeaderValue.Parse("application/octet-stream");
request.Content.Headers.ContentRange =
new ContentRangeHeaderValue(startBytePosition, endBytePosition, length);
request.Content.Headers.Add("Expect", "100-continue");
return request;
}

Expand Down

0 comments on commit e822308

Please sign in to comment.