Is there a way to know the connected clients socket descriptor at the Server end while using on Lua enabled webservers(like Lighttpd,Apache)?
I tested for getting the clients IP address and HTTP headers and am able to receive them properly.
I could not find any function in Lua Socket(2.0.3) which would take a HTTP request and return the socket descriptor for the request.
If the available Lua enabled webserver do not give these functions, is there any way we can try this?