mirror of
https://github.com/yudai/gotty.git
synced 2026-01-09 11:08:51 +01:00
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:
parent
77c436b99b
commit
0d6766f621
6 changed files with 27 additions and 3 deletions
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue