ソースを参照

fserv now sends the correct status messages for HTTP(S) proxying

master
XeonSquared 4年前
コミット
c1fcfd652e
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      service/fserv.lua

+ 1
- 0
service/fserv.lua ファイルの表示

@@ -63,6 +63,7 @@ local function httpHandler(socket,rtype,path)
if code < 200 or code > 299 then
socket:write(string.format("f%d\n%s",code,message))
else
socket:write("y")
local data = ""
repeat
coroutine.yield()


読み込み中…
キャンセル
保存