- if protocol set, allocate own user_space If the child wsi wants the parent wsi user_space, it can use lws_wsi_user(lws_get_parent(child_wsi)) - raw file close processing handles parent-child relationship
This lets lws support adopting raw file FDs and raw socket fds. A test plugin creates a FIFO and prints data sent on it, using the lws event loop.