diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-26 19:14:05 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-26 19:14:05 +0100 |
commit | fd3da82dd7772419c01bb751e5b5cb7f198b4752 (patch) | |
tree | a22034831ec31df68b4e9cb22a1c51949e41b613 /error.h | |
parent | 9b0320c8b47c43adce1aa5d9821b67c1fa42e1d6 (diff) |
websocket bugfix: socket leak
Diffstat (limited to 'error.h')
-rw-r--r-- | error.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/error.h b/error.h deleted file mode 100644 index f7a9da3..0000000 --- a/error.h +++ /dev/null @@ -1,6 +0,0 @@ -#pragma once - -#include <boost/beast/core/error.hpp> - -void fail(boost::beast::error_code ec, char const* what); - |