diff --git a/src/shrpx_http_downstream_connection.h b/src/shrpx_http_downstream_connection.h index 8fad5353..98a58d52 100644 --- a/src/shrpx_http_downstream_connection.h +++ b/src/shrpx_http_downstream_connection.h @@ -88,7 +88,7 @@ private: Worker *worker_; // nullptr if TLS is not used. SSL_CTX *ssl_ctx_; - const std::shared_ptr &group_; + std::shared_ptr group_; // Address of remote endpoint DownstreamAddr *addr_; IOControl ioctrl_;