Update webserver_async.be (#20638)

This commit is contained in:
sfromis
2024-02-01 14:46:02 +01:00
committed by GitHub
parent 2a293d6cf9
commit a757447e6d
+1 -1
View File
@@ -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