# HG changeset patch # User Kim Alvefur # Date 1658419591 -7200 # Node ID 3bd725430f40d6bd5f569af55fdc037ea96b987b # Parent 75b6e5df65f978dcbf183438d368f6d805f19aa2 mod_log_http: Undo mistake in 456b9f608fcf Where'd this "Add" come from? diff -r 75b6e5df65f9 -r 3bd725430f40 mod_log_http/mod_log_http.lua --- a/mod_log_http/mod_log_http.lua Mon Jul 18 22:47:54 2022 +0200 +++ b/mod_log_http/mod_log_http.lua Thu Jul 21 18:06:31 2022 +0200 @@ -1,4 +1,4 @@ -Addmodule:set_global(); +module:set_global(); local http = require "net.http"; local codes = require "net.http.codes";