Why `lookAhead` and `LookAheadSession` are depreca...
# ktor
e
Why
lookAhead
and
LookAheadSession
are deprecated? They seemed really useful for reading but not consuming
@e5l feedback: I got it now that
read(min) {}
allows you to read but move back the
ByteBuffer
position, but it's really not evident, took a while to understand how to use it correctly