Commit 13d8bbc
committed
Fix SFTP code to properly handle SFTPServer's exit() being async
This commit adds code to properly call into the exit() method of the
SFTPServer class when it is declared async. Thanks go to C. R. Oldham
for reporting this issue!1 parent 0b257d7 commit 13d8bbc
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5931 | 5931 | | |
5932 | 5932 | | |
5933 | 5933 | | |
5934 | | - | |
| 5934 | + | |
| 5935 | + | |
| 5936 | + | |
| 5937 | + | |
5935 | 5938 | | |
5936 | 5939 | | |
5937 | 5940 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
620 | 625 | | |
621 | 626 | | |
622 | 627 | | |
| |||
0 commit comments