| 51 | } |
| 52 | |
| 53 | bool WebSocketServlet::doRun(session& session, socket_stream* stream /* = NULL */) |
| 54 | { |
| 55 | return HttpServlet::doRun(session, stream); |
| 56 | } |
| 57 | |
| 58 | bool WebSocketServlet::doRun(const char* memcached_addr, socket_stream* stream) |
| 59 | { |
nothing calls this directly
no test coverage detected