Hi, What do you mean exactly by blocking, blocked from doing what ?
The use-service will make HAProxy use the LUA script instead of a backend server when "proxying" the request. ++ On 24/10/2017 10:38, aogooc xu wrote: > 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 > > > > > -- Moemen MHEDHBI

