envoyproxy/envoy
Voir sur GitHubRemove unused methods and exceptions from JsonObject
Open
#14 893 ouverte le 1 févr. 2021
help wantedtech debt
Métriques du dépôt
- Stars
- (27 997 stars)
- Métriques de merge PR
- (Merge moyen 8j) (378 PRs mergées en 30 j)
Description
-
Remove instance of
loadFromStringin header formatter and replace with protobuf . https://github.com/envoyproxy/envoy/blob/e073b325890542a3ce3bbc4eefb89a09f390f27e/source/common/router/header_formatter.cc#L61 -
Remove unused methods and the unsafe code that can throw exceptions such as the get[Type] methods that don't have defaults. https://github.com/envoyproxy/envoy/blob/0d5b470097d5e3645759e43414db8a7104aafb2e/include/envoy/json/json_object.h#L114
Follow-up to https://github.com/envoyproxy/envoy/pull/14467