Преглед изворни кода

Update httpserver.lua

fixed typo
smet пре 7 година
родитељ
комит
79313b0644
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      httpserver.lua

+ 1 - 1
httpserver.lua

@@ -139,7 +139,7 @@ return function (port)
                if connectionThreadStatus == "suspended" then
                   -- Not finished sending file, resume.
                   local status, err = coroutine.resume(connectionThread)
-                  if not status then log(getpeer(), "Error: " .. err) end
+                  if not status then log(connection:getpeer(), "Error: " .. err) end
                elseif connectionThreadStatus == "dead" then
                   -- We're done sending file.
                   connection:close()