In other words, since `ByteBuffer` is mutable, and...
# http4k
x
In other words, since
ByteBuffer
is mutable, and can also be "closed", how long can I hold onto one that I get from a Response? And do I need to close it?