Skip to content

Commit

Permalink
small typo in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed May 4, 2021
1 parent 7eb59af commit 12bfb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_ood_proxy/lib/node_proxy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12bfb76

Please sign in to comment.