summaryrefslogtreecommitdiffstats
path: root/vbench/src/vbench/http/http_connection_pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vbench/src/vbench/http/http_connection_pool.cpp')
-rw-r--r--vbench/src/vbench/http/http_connection_pool.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/vbench/src/vbench/http/http_connection_pool.cpp b/vbench/src/vbench/http/http_connection_pool.cpp
index 15d4786c7fd..a9ddf306e8a 100644
--- a/vbench/src/vbench/http/http_connection_pool.cpp
+++ b/vbench/src/vbench/http/http_connection_pool.cpp
@@ -1,6 +1,5 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
#include "http_connection_pool.h"
namespace vbench {
@@ -13,6 +12,8 @@ HttpConnectionPool::HttpConnectionPool(Timer &timer)
{
}
+HttpConnectionPool::~HttpConnectionPool() {}
+
HttpConnection::UP
HttpConnectionPool::getConnection(const ServerSpec &server)
{