-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
ext_proc: Update the proto comment #32031
Conversation
Signed-off-by: tyxia <tyxia@google.com>
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to |
cc @yanavlasov @yanjunxiang-google since they were involved in this design update. |
/assign @yanavlasov @yanjunxiang-google Also, add them as reviewers |
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 for updating this!
Are there tests for this behavior?
Was the behavior always like that and the API comment was wrong or was it due to a code change?
/wait
Yea, the code and test have been updated, for example, in #28592 |
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 api
Sorry @abeyad , I need the stamp again. (Just updated another typo). |
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, thanks!
/lgtm api
/lgtm api |
LGTM |
…roc_proto Signed-off-by: tyxia <tyxia@google.com>
Update the stale info in the proto.
The design has already been updated to: Only sent body and trailer if the processing mode is set to
SEND
andthey are present in original request/response.
Reference :
#28620
doc
Fixes: #32029
Thanks @sanjaypujare for finding and reporting this.