TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
60 stars 33 forks source link

Make domain string storage transform to upper case #83

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

In HttpFilteringEngine::GetPreservedDomainStringRef we should transform input strings to_upper before storage to avoid case-based duplicates. Also rename this method to simply indicate that it returns a preserved string_ref, rather than stating anything about domains.