| 48 | } |
| 49 | |
| 50 | void HttpServer::initialize( |
| 51 | int port, |
| 52 | bool nonblock) { |
| 53 | HttpcServer::initialize(port, nonblock); |
| 54 | startThread(); |
| 55 | } |
| 56 | |
| 57 | void HttpServer::threadEntry() { |
| 58 | SI_LOG_INFO("Setting up HTTP server"); |
nothing calls this directly
no outgoing calls
no test coverage detected