mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 15:24:25 +00:00
0d6766f621
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. |
||
---|---|---|
.. | ||
doc.go | ||
errors.go | ||
master.go | ||
message_types.go | ||
option.go | ||
slave.go | ||
webtty_test.go | ||
webtty.go |