Diff

plugins/mod_http.lua @ 10841:22f783d80eec

mod_http: Tell luacheck to ignore the long comment lines
author Kim Alvefur <zash@zash.se>
date Thu, 14 May 2020 16:55:01 +0200
parent 10840:a83bfb266b15
child 10923:dff1aebd0f2b
line wrap: on
line diff
--- 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: