gotty/webtty
Søren L. Hansen 0d6766f621 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.
2021-04-12 19:39:32 -07:00
..
doc.go Refactor 2017-08-11 15:31:11 +09:00
errors.go Refine API of webtty package 2017-08-24 14:40:28 +09:00
master.go Refine API of webtty package 2017-08-24 14:40:28 +09:00
message_types.go Split input into buffer sized chunks 2021-04-12 19:39:32 -07:00
option.go Refine API of webtty package 2017-08-24 14:40:28 +09:00
slave.go Refine API of webtty package 2017-08-24 14:40:28 +09:00
webtty_test.go Refactor 2017-08-11 15:31:11 +09:00
webtty.go Split input into buffer sized chunks 2021-04-12 19:39:32 -07:00