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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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