You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/11/22 06:08:16 UTC

[jira] Commented: (TS-550) Eliminate some uncessary usages of STL on the crititcal path

    [ https://issues.apache.org/jira/browse/TS-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934398#action_12934398 ] 

Leif Hedstrom commented on TS-550:
----------------------------------

Here are the potential candidates (not saying all of these necessarily needs to be examined).

iocore/cache/NewCacheVC.cc: #include <iostream>
iocore/net/DetailedLog.h: #include <string>
iocore/net/DetailedLog.h: #include <list>
proxy/cust_log_fmt_cnvrt.cc: #include <iostream>
proxy/cust_log_fmt_cnvrt.cc: #include <iomanip>
proxy/cust_log_fmt_cnvrt.cc: #include <fstream>
proxy/http2/remap/UrlMappingPathIndex.h: #include <list>
proxy/http2/remap/UrlMappingPathIndex.h: #include <map>
proxy/http2/remap/RemapProcessor.h: #include <map>
proxy/http2/remap/UrlMapping.h: #include <deque>
proxy/http2/remap/UrlMapping.h: #include <map>
proxy/http2/remap/UrlRewrite.h: #include <list>
proxy/http2/remap/Trie.h: #include <list>
proxy/http2/HttpConnectionCount.h: #include <ext/hash_map>
proxy/http2/HttpConnectionCount.h: #include <hash_map>
proxy/http2/HttpConnectionCount.h: #include <map>
proxy/http2/HttpConfig.cc: #include <iostream>


> Eliminate some uncessary usages of STL on the crititcal path
> ------------------------------------------------------------
>
>                 Key: TS-550
>                 URL: https://issues.apache.org/jira/browse/TS-550
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.6
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.