-
Notifications
You must be signed in to change notification settings - Fork 196
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
Feature: Stalled stream protection #3202
Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
79bca6c
checkpoint
Velfi 5569064
implement stalled stream protection for downloads
Velfi 041a6dd
Merge remote-tracking branch 'origin/main' into zhessler-stalled-stre…
Velfi bc0965c
fix import that needed a feature gate
Velfi bf2040a
Merge branch 'main' into zhessler-stalled-stream-protection
Velfi 48a42f2
fix doc test
Velfi cb63698
add CHANGELOG
Velfi d5e3cee
add grace period support
Velfi 6cae978
remove feature gate
Velfi b7bce2f
Merge remote-tracking branch 'origin/main' into zhessler-stalled-stre…
Velfi d653f42
add allowed external type to aws-types
Velfi 46920fa
add creds to integration tests
Velfi 3e08632
Apply suggestions from code review
Velfi 5a15468
Merge remote-tracking branch 'origin/main' into zhessler-stalled-stre…
Velfi b1f4149
remove config suffix from stalled stream function names
Velfi 6d9a7e1
remove blob gate on stalled stream protection interceptor
Velfi a760a26
move stalled stream protection to runtime API crate
Velfi 3dac27c
Merge branch 'main' into zhessler-stalled-stream-protection
Velfi f78c4f0
fix external types
Velfi 25f9819
Merge branch 'main' into zhessler-stalled-stream-protection
Velfi 6a52c90
fix dynamoDB retry tests
Velfi ed660ac
Merge branch 'main' of github.com:smithy-lang/smithy-rs into zhessler…
rcoh 3ca242d
Fix bugs and tests
rcoh a0ab75a
Fix timestream
rcoh 64f994a
Merge branch 'main' of github.com:smithy-lang/smithy-rs into zhessler…
rcoh c03f39b
Merge branch 'main' into zhessler-stalled-stream-protection
rcoh b257a71
Update CHANGELOG.next.toml
rcoh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we have to disable this in tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it because we're overriding sleep and the sleep is sleeping instantly?