diff options
-rw-r--r-- | websocket.h | 4 |
1 files changed, 1 insertions, 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<class Body, class Allocator> - void do_accept_in(http::request<Body, http::basic_fields<Allocator>> req) + void do_accept_in(request_type req) { // Set suggested timeout settings for the websocket derived().ws_in().set_option( |