Hi, i want to delay specific requests and i want to have a random delay for every request (for example in a range from 1000ms - 2000ms)
As an ugly hack, you can use the following (with a static value): tcp-request inspect-delay 2000ms tcp-request content accept if WAIT_END I think i can achieve random delays with Lua. Does anyone have a example how this can be realized with Lua ? Thanks in advance ! ----------- Bjoern

