bugfix: break when write all

This commit is contained in:
Cloud Wu
2014-10-29 11:04:35 +08:00
parent af3ca3bb2f
commit f8a50929a8

View File

@@ -130,6 +130,7 @@ local function writeall(writefunc, statuscode, bodyfunc, header)
end
else
writefunc("\r\n0\r\n\r\n")
break
end
end
else