Skip to content

Commit

Permalink
feat(ic-http-gateway): TT-416 Add asset streaming via range requests (#…
Browse files Browse the repository at this point in the history
…20)

[TT-416](https://dfinity.atlassian.net/browse/TT-416)
Orchestrate streaming requests and responses of large assets according
to Range-responses served by a caniser : instead of using
`StreamingStrategy`-tokens from canister responses, use the
range-headers from HTTP headers of the responses.

[TT-416]:
https://dfinity.atlassian.net/browse/TT-416?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
przydatek authored Sep 5, 2024
1 parent 3be26b5 commit 11492ae
Show file tree
Hide file tree
Showing 8 changed files with 3,742 additions and 28 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ pocket-ic
Cargo.lock

.DS_Store
.idea
Loading

0 comments on commit 11492ae

Please sign in to comment.