You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "masaori335 (via GitHub)" <gi...@apache.org> on 2023/04/10 23:32:34 UTC

[GitHub] [trafficserver] masaori335 opened a new issue, #9595: Replace __gnu_cxx::hash_map in the ESI plugin

masaori335 opened a new issue, #9595:
URL: https://github.com/apache/trafficserver/issues/9595

   The ESI plugin is using `__gnu_cxx::hash_map`. Probably we can use `std::unordered_map`.
   https://github.com/apache/trafficserver/blob/7651796f643ae17e70c23115d46063e145d97289/plugins/esi/fetcher/HttpDataFetcherImpl.h#L125
   
   https://github.com/apache/trafficserver/blob/7651796f643ae17e70c23115d46063e145d97289/plugins/esi/lib/StringHash.h#L39


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] bneradt closed issue #9595: Replace __gnu_cxx::hash_map in the ESI plugin

Posted by "bneradt (via GitHub)" <gi...@apache.org>.
bneradt closed issue #9595: Replace __gnu_cxx::hash_map in the ESI plugin
URL: https://github.com/apache/trafficserver/issues/9595


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org