Merge branch '12.0' into metal

This commit is contained in:
Alex Szpakowski
2020-02-01 17:56:41 -04:00
30 changed files with 4400 additions and 2208 deletions
File diff suppressed because it is too large Load Diff
View File
View File
View File
Executable → Regular
View File
Executable → Regular
View File
@@ -1,6 +1,6 @@
# luasocket src/makefile
#
# Definitions in this section can be overriden on the command line or in the
# Definitions in this section can be overridden on the command line or in the
# environment.
#
# These are equivalent:
@@ -219,7 +219,7 @@ function send_message(mesgt)
else send_string(mesgt) end
end
-- set defaul headers
-- set default headers
local function adjust_headers(mesgt)
local lower = lower_headers(mesgt.headers)
lower["date"] = lower["date"] or
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File