-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
filter: Add SimpleHttpCache #9974
Conversation
Signed-off-by: Todd Greer <tgreer@google.com>
/retest |
🔨 rebuilding |
…on system. Signed-off-by: Todd Greer <tgreer@google.com>
Signed-off-by: Todd Greer <tgreer@google.com>
Used extension build system to make SimpleHttpCache's build disablable. |
/retest |
🔨 rebuilding |
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.
LGTM at a high level w/ some small comments. Thank you!
/wait
source/extensions/filters/http/cache/simple_http_cache/simple_http_cache.cc
Show resolved
Hide resolved
source/extensions/filters/http/cache/simple_http_cache/simple_http_cache.cc
Outdated
Show resolved
Hide resolved
source/extensions/filters/http/cache/simple_http_cache/simple_http_cache.cc
Outdated
Show resolved
Hide resolved
source/extensions/filters/http/cache/simple_http_cache/simple_http_cache.cc
Outdated
Show resolved
Hide resolved
source/extensions/filters/http/cache/simple_http_cache/simple_http_cache.cc
Outdated
Show resolved
Hide resolved
Signed-off-by: Todd Greer <tgreer@google.com>
Signed-off-by: Todd Greer <tgreer@google.com>
Signed-off-by: Todd Greer <tgreer@google.com>
Signed-off-by: Todd Greer <tgreer@google.com>
Signed-off-by: Todd Greer <tgreer@google.com>
/retest |
🐴 hold your horses - no failures detected, yet. |
Signed-off-by: Todd Greer <tgreer@google.com>
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.
Thanks!
Description: Add CacheFilter's first rudimentary storage plugin
Risk Level: Low; this code is only used in unit tests
Testing: unit tests
Docs Changes: n/a
Release Notes: n/a
#868