protocol: improve exit code handling

This commit is contained in:
Shuanglei Tao
2021-03-07 12:51:31 +08:00
parent 79af0b8b2d
commit cbb31ea4aa
3 changed files with 16 additions and 7 deletions

View File

@@ -52,7 +52,8 @@ struct pss_tty {
pty_process *process;
pty_buf_t *pty_buf;
bool pty_eof;
int lws_close_status;
};
struct server {