nghttpx: Cleanup
This commit is contained in:
parent
42e8ceb656
commit
2996c28456
|
@ -67,7 +67,7 @@ public:
|
||||||
size_t num_active;
|
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.
|
// conn_max_per_host == 0 means no limit for downstream connection.
|
||||||
DownstreamQueue(size_t conn_max_per_host = 0, bool unified_host = true);
|
DownstreamQueue(size_t conn_max_per_host = 0, bool unified_host = true);
|
||||||
|
|
Loading…
Reference in New Issue