nghttpx: Cleanup

This commit is contained in:
Tatsuhiro Tsujikawa 2018-11-02 15:16:36 +09:00
parent 42e8ceb656
commit 2996c28456
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public:
size_t num_active;
};
using HostEntryMap = std::map<StringRef, HostEntry, std::less<StringRef>>;
using HostEntryMap = std::map<StringRef, HostEntry>;
// conn_max_per_host == 0 means no limit for downstream connection.
DownstreamQueue(size_t conn_max_per_host = 0, bool unified_host = true);