| 50 | |
| 51 | public: |
| 52 | explicit |
| 53 | session( |
| 54 | net::any_io_executor ex, |
| 55 | ssl::context& ctx) |
| 56 | : resolver_(ex) |
| 57 | , stream_(ex, ctx) |
| 58 | { |
| 59 | } |
| 60 | |
| 61 | // Start the asynchronous operation |
| 62 | void |
nothing calls this directly
no outgoing calls
no test coverage detected