| 72 | { |
| 73 | public: |
| 74 | http_worker(http_worker const&) = delete; |
| 75 | http_worker& operator=(http_worker const&) = delete; |
| 76 | |
| 77 | http_worker(tcp::acceptor& acceptor, const std::string& doc_root) : |
nothing calls this directly
no outgoing calls
no test coverage detected