How does `ByteReadChannel#readUTF8Line` work? I've...
# ktor
e
How does
ByteReadChannel#readUTF8Line
work? I've tried reading the sources but they're a bit "convulted". I see each time it is invoked a char array of 8000+ elements is created.