Files
2026-05-26 23:22:32 +02:00

6 lines
221 B
Lua

-- S1: naked /ping. No auth header (the server's auth_plug exempts /ping,
-- so sending a header would just add noise to the comparison).
wrk.method = "GET"
wrk.path = "/ping"
wrk.headers["Connection"] = "keep-alive"