envoyproxy/envoy
在 GitHub 查看Move HCM user agent stats functionality into an optional filter
Open
#10,195 创建于 2020年2月27日
area/httpbeginnerhelp wanted
仓库指标
- Star
- (27,997 star)
- PR 合并指标
- (平均合并 8天) (30 天内合并 378 个 PR)
描述
Right now we have user agent detection built directly into the HCM: https://github.com/envoyproxy/envoy/blob/master/source/common/http/user_agent.h
This code is very old and at this point should not be required to be built into the HCM. We should move this code into an optional filter.