From 12bfb76962f57945af59107c198eee057084b9d4 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Tue, 4 May 2021 15:58:27 -0400 Subject: [PATCH] small typo in the comment --- mod_ood_proxy/lib/node_proxy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_ood_proxy/lib/node_proxy.lua b/mod_ood_proxy/lib/node_proxy.lua index eed4a54f9e..3078346726 100644 --- a/mod_ood_proxy/lib/node_proxy.lua +++ b/mod_ood_proxy/lib/node_proxy.lua @@ -37,7 +37,7 @@ function node_proxy_handler(r) conn.uri = uri and (r.args and (uri .. "?" .. r.args) or uri) or r.unparsed_uri -- last ditch effort to ensure that the uri is at least something - -- because the readline of an HTTP request _has_ have something for a URL + -- because the readline of an HTTP request _has_ to have something for a URL if conn.uri == '' then conn.uri = '/' end