gotty/server
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
..
asset.go Split input into buffer sized chunks 2021-04-12 19:39:32 -07:00
handler_atomic.go Fix possible race condition on timeout 2017-08-13 13:40:00 +09:00
handlers.go Merge branch 'pr/sehaas/294' 2021-04-10 23:22:43 -07:00
init_message.go Refactor 2017-08-11 15:31:11 +09:00
list_address.go Show alternative URLs when address is 0.0.0.0 2017-08-13 13:53:48 +09:00
log_response_writer.go Refactor 2017-08-11 15:31:11 +09:00
middleware.go Refactor 2017-08-11 15:31:11 +09:00
options.go Add xterm itegration 2017-08-21 16:38:28 +09:00
run_option.go Refactor 2017-08-11 15:31:11 +09:00
server.go Merge branch 'pr/sehaas/294' 2021-04-10 23:22:43 -07:00
slave.go Take over GoTTY maintainership 2021-04-10 21:46:31 -07:00
ws_wrapper.go Refine API of webtty package 2017-08-24 14:40:28 +09:00