Leif Hedstrom created TS-3868:
---------------------------------
Summary: Eliminate std:string from IPAllow.h
Key: TS-3868
URL: https://issues.apache.org/jira/browse/TS-3868
Project: Traffic Server
Issue Type: Improvement
Reporter: Leif Hedstrom
It's unfortunate that we have e.g.
{code}
typedef std::set<std::string> MethodSet;
{code}
We can do better than this. This stems from 0094d4b1109, TS-1981. There are
probably other std:: usage here that is uncalled for too...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)