| 764 | } |
| 765 | |
| 766 | void HTTPServer::JoinSocketsThreads() |
| 767 | { |
| 768 | if (m_thread_socket_handler.joinable()) { |
| 769 | m_thread_socket_handler.join(); |
| 770 | } |
| 771 | } |
| 772 | |
| 773 | std::unique_ptr<Sock> HTTPServer::AcceptConnection(const Sock& listen_sock, CService& addr) |
| 774 | { |