mirror of
https://git.proxmox.com/git/mirror_novnc
synced 2025-07-25 10:38:55 +00:00
![]() Previously, we used a fixed chunkSize of 100KiB for Pako's output buffer. Using a hardcoded size caused issues, since Pako would assume we wanted to use multiple chunks, and we didn't deal with this. Now, `Inflator#inflate()` takes a new `expected` argument, which indicates the expected output size. If this is bigger than the current chunkSize, Inflator allocates a new output buffer that's big enough to hold the output. Fixes #531 |
||
---|---|---|
.. | ||
flash_policy.txt | ||
LICENSE.Apache-2.0 | ||
LICENSE.BSD-2-Clause | ||
LICENSE.BSD-3-Clause | ||
LICENSE.GPL-3 | ||
LICENSE.LGPL-3 | ||
LICENSE.MPL-2.0 | ||
LICENSE.OFL-1.1 | ||
LICENSE.pako | ||
LICENSE.zlib | ||
links | ||
notes | ||
release.txt | ||
rfb_notes | ||
rfbproto-3.3.pdf | ||
rfbproto-3.7.pdf | ||
rfbproto-3.8.pdf | ||
VERSION |