Selaa lähdekoodia

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

master
XeonSquared 4 vuotta sitten
vanhempi
commit
c1fcfd652e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      service/fserv.lua

+ 1
- 0
service/fserv.lua Näytä tiedosto

@@ -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()


Loading…
Peruuta
Tallenna