Closed kanongil closed 6 years ago
I'm ok with adding a config to change this, but otherwise this is an overkill.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
With
allowMixedContent = true
, the stored buffers can be modified by writing to the returnedBuffer
item from aget()
call.I suspect another
copy()
is required onget()
to handle this since there are no read-only buffers.