envoyproxy/envoy
Auf GitHub ansehenMove HCM user agent stats functionality into an optional filter
Open
#10.195 geöffnet am 27. Feb. 2020
area/httpbeginnerhelp wanted
Repository-Metriken
- Stars
- (27.997 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)
Beschreibung
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.