Merge branch 'master' into 12.0

This commit is contained in:
Alex Szpakowski
2020-01-30 20:03:24 -04:00
25 changed files with 4325 additions and 2182 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