mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Update webserver_async.be (#20638)
This commit is contained in:
parent
2a293d6cf9
commit
a757447e6d
@ -180,7 +180,7 @@ class Webserver_async_cnx
|
||||
else
|
||||
# remove the first bytes already sent
|
||||
self.buf_out.setbytes(0, buf_out, sent)
|
||||
self.byf_out.resize(size(buf_out) - sent)
|
||||
self.buf_out.resize(size(buf_out) - sent)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user