From 2996c284560dffd30c0b1da528a32055139ebe9e Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 2 Nov 2018 15:16:36 +0900 Subject: [PATCH] nghttpx: Cleanup --- src/shrpx_downstream_queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shrpx_downstream_queue.h b/src/shrpx_downstream_queue.h index a9afc084..a5b980fb 100644 --- a/src/shrpx_downstream_queue.h +++ b/src/shrpx_downstream_queue.h @@ -67,7 +67,7 @@ public: size_t num_active; }; - using HostEntryMap = std::map>; + using HostEntryMap = std::map; // conn_max_per_host == 0 means no limit for downstream connection. DownstreamQueue(size_t conn_max_per_host = 0, bool unified_host = true);