mirror of https://github.com/arendst/Tasmota.git
Update webserver_async.be (#20638)
This commit is contained in:
parent
2a293d6cf9
commit
a757447e6d
|
@ -180,7 +180,7 @@ class Webserver_async_cnx
|
||||||
else
|
else
|
||||||
# remove the first bytes already sent
|
# remove the first bytes already sent
|
||||||
self.buf_out.setbytes(0, buf_out, 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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue