| 487 | |
| 488 | public: |
| 489 | detect_session( |
| 490 | tcp::socket&& socket, |
| 491 | ssl::context& ctx, |
| 492 | std::shared_ptr<std::string const> const& doc_root) |
| 493 | : stream_(std::move(socket)) |
| 494 | , ctx_(ctx) |
| 495 | , doc_root_(doc_root) |
| 496 | { |
| 497 | } |
| 498 | |
| 499 | // Launch the detector |
| 500 | void |