Line data Source code
1 : #include "source/common/http/context_impl.h" 2 : 3 : namespace Envoy { 4 : namespace Http { 5 : 6 : ContextImpl::ContextImpl(Stats::SymbolTable& symbol_table) 7 : : code_stats_(symbol_table), user_agent_context_(symbol_table), 8 589 : async_client_stat_prefix_(user_agent_context_.pool_.add("http.async-client")) {} 9 : 10 : } // namespace Http 11 : } // namespace Envoy