You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dynamic_modules: use addStreamFilter for dynamic_modules http filter callback (envoyproxy#38583)
Using addStreamDecoderFilter and
addStreamEncoderFilter will cause filter to be added twice in filter
manager, so that callback like onStreamComplete will be called twice for
one filter. Using addStreamFilter can make sure that callback will only
be called once for one filter.
Signed-off-by: Zhaoyang Li <[email protected]>
0 commit comments