-
Notifications
You must be signed in to change notification settings - Fork 5.5k
stream_info: Add the concept of "life span" to StreamInfo::FilterState #9202
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
a95f443
Add "life span" concept to FilterState and use it for sharing
penguingao 6323439
Add test for FilterState::CopyInto
penguingao 33bc63d
Fix format and comment.
penguingao 4999df4
Fix comment and format.
penguingao 125cc54
Add default life_span value to FilterStateImpl as well since tests use
penguingao 4683ed5
Kick CI
penguingao ce7306c
data_ is a shared_ptr.
penguingao f76d532
Remove default parameter for life_span in FilterState::setData to let
penguingao 84ea166
Fix more test.
penguingao 08f1ed0
Revert to use default parameters
penguingao 793d942
Add LifeSpan::DownstreamConnection to StreamInfo::FilterState.
penguingao 7f2ee27
Merge remote-tracking branch 'upstream/master' into filter-state
penguingao 30ec74b
Merge branch 'filter-state' of github.com:penguingao/envoy into
penguingao 72ed2b9
Add default parameter back to FilterStateImpl::setData
penguingao 82931b4
Fix tests.
penguingao f83f449
Fix tests.
penguingao 10b6560
More test...
penguingao 80f45cb
filter_state_ needs to be always initialized in StreamInfoImpl.
penguingao 666e852
Resolve comments:
penguingao 72a5f8a
Resolve comment:
penguingao 4531b69
Resolve comment:
penguingao 022aa74
Fix format.
penguingao ed32ced
Fix build.
penguingao 25a79a2
Merge remote-tracking branch 'upstream/master' into filter-state
penguingao afcbaa7
Fix format.
penguingao 4c10770
Fix some comment and make filter_state_ in conn_manager_impl not created
penguingao 9282aea
Address comments:
penguingao 3a590a1
Kick CI
penguingao dd7cde5
Address comments:
penguingao 868ea9e
Merge remote-tracking branch 'upstream/master' into filter-state
penguingao 1987d25
Address comments:
penguingao 3f85eb7
Make tests also call FilterState::setData with correct LifeSpan for n…
penguingao 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 hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.