Searched refs:DEBUG_LOG_INFO (Results 1 – 1 of 1) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | mod_wstunnel.c | 106 #define DEBUG_LOG_INFO(format, ...) \ macro 381 DEBUG_LOG_INFO("disconnected from client (fd=%d)", r->con->fd); in wstunnel_stdin_append() 411 DEBUG_LOG_INFO("%s", "allowed origins not specified"); in wstunnel_is_allowed_origin() 434 DEBUG_LOG_INFO("%s matches allowed origin: %s",origin->ptr,b->ptr); in wstunnel_is_allowed_origin() 438 DEBUG_LOG_INFO("%s does not match any allowed origins", origin->ptr); in wstunnel_is_allowed_origin() 493 DEBUG_LOG_INFO("WebSocket Version = %s", "hybi-00"); in wstunnel_handler_setup() 496 DEBUG_LOG_INFO("WebSocket Version = %d", hybivers); in wstunnel_handler_setup() 543 DEBUG_LOG_INFO("%s", "will recv binary data from backend"); in wstunnel_handler_setup() 549 DEBUG_LOG_INFO("%s", "will recv text data from backend"); in wstunnel_handler_setup() 614 DEBUG_LOG_INFO("timeout client (fd=%d)", con->fd); in TRIGGER_FUNC()
|