We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf8d52 commit 8ba8ea5Copy full SHA for 8ba8ea5
1 file changed
script/service/net.lua
@@ -125,6 +125,7 @@ function stream:select_w()
125
if n == nil then
126
self.shutdown_w = true
127
close_write(self)
128
+ elseif n == false then
129
else
130
self._writebuf = self._writebuf:sub(n + 1)
131
if self._writebuf == "" then
0 commit comments