Split input into buffer sized chunks

Input chunks from the client exceeding the buffer size would get
truncated. Now we communicate the size of the buffer to the webtty and
it will split the input into buffer sized chunks.

Fixes #1.
This commit is contained in:
Søren L. Hansen 2021-04-12 19:39:32 -07:00
parent 77c436b99b
commit 0d6766f621
6 changed files with 27 additions and 3 deletions

File diff suppressed because one or more lines are too long