# HG changeset patch # User Kim Alvefur # Date 1589468101 -7200 # Node ID 22f783d80eec37fe31be1e98e3f1882de329db2f # Parent a83bfb266b1520e7b7a9b89aba8d6450e0c9cc35 mod_http: Tell luacheck to ignore the long comment lines diff -r a83bfb266b15 -r 22f783d80eec plugins/mod_http.lua --- a/plugins/mod_http.lua Thu May 14 14:59:59 2020 +0200 +++ b/plugins/mod_http.lua Thu May 14 16:55:01 2020 +0200 @@ -208,6 +208,7 @@ local ip = request.conn:ip(); local forwarded_for = request.headers.x_forwarded_for; if forwarded_for then + -- luacheck: ignore 631 -- This logic looks weird at first, but it makes sense. -- The for loop will take the last non-trusted-proxy IP from `forwarded_for`. -- We append the original request IP to the header. Then, since the last IP wins, there are two cases: