copy support

This commit is contained in:
Lev Kokotov
2022-02-04 08:06:45 -08:00
parent 05250d9374
commit 77507e7343
3 changed files with 35 additions and 4 deletions

View File

@@ -205,6 +205,9 @@ impl Server {
break;
}
// CopyInResponse: copy is starting from client to server
'G' => break,
_ => {
// Keep buffering,
}