hello, I would like to achieve a register in the register_service mini http proxy, dynamic processing request
* problem Use luasocket in lua code,will cause blocking ? Test 10 concurrent requests,example ab -c 10 -n 1000 http://127.0.0.1/test/ It will block and wait for all requests to be completed, I am confused。 haproxy cfg exmaple: http-request use-service lua.haproxy-proxy

