Skip to content

Commit

Permalink
update bee.net
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Oct 24, 2023
1 parent adf8d52 commit 8ba8ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/service/net.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ function stream:select_w()
if n == nil then
self.shutdown_w = true
close_write(self)
elseif n == false then
else
self._writebuf = self._writebuf:sub(n + 1)
if self._writebuf == "" then
Expand Down

0 comments on commit 8ba8ea5

Please sign in to comment.