envoyproxy/envoy
GitHub で見るMove HCM user agent stats functionality into an optional filter
Open
#10,195 opened on 2020年2月27日
area/httpbeginnerhelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
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.