docs: clarity around http filter ordering (#11057)
I still had an arcane mental model (pre https://github.com/envoyproxy/envoy/pull/5955) where both decoder and encoder filters where invoked in the same order as the configuration order. My mind was so used to this I even failed to notice the code that prepends encoder filters into the encoder_filters_ list in the conn manager. These documentation additions are trying to make the behavior as explicit as possible so others are not confused. Risk Level: low - doc updates, no behavior change. Docs Changes: updated inline comments in the code I failed to notice, and in the project docs. Signed-off-by: Jose Nino <jnino@lyft.com> Mirrored from https://github.com/envoyproxy/envoy @ 4abe685446316f79ba1627cf830f0c0d398abdafmaster-ci-test
parent
79a62214e4
commit
0ef64fe10a
3 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue