From 2f8a7cce46603755cc44dd16907030ae0b778635 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 11 Jan 2023 19:00:26 +0100 Subject: Remove unneccessary template --- websocket.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/websocket.h b/websocket.h index b941433..e3c2b30 100644 --- a/websocket.h +++ b/websocket.h @@ -99,9 +99,7 @@ public: // // Start the asynchronous accept operation - // TODO: why template here? - template - void do_accept_in(http::request> req) + void do_accept_in(request_type req) { // Set suggested timeout settings for the websocket derived().ws_in().set_option( -- cgit v1.2.3