Is this a bug of the `ByteReadChannel.peekTo` meth...
# ktor
e
Is this a bug of the
ByteReadChannel.peekTo
method?
view.limit(...)
is passed in
2
, but the current limit is
3080
, so that's why it doesn't read anything I suppose.
a
Can you please file an issue with the code snippet for reproduction attached?