Commit e47a558
committed
Expand SSHForwarder fix to cover both write() and write_eof()
This commit expands on commit 3d31c4c, fixing an assertion error in
both write() and write_eof() when cleaning up SSHForwarder sessions.
The previous fix only covered write_eof(). Thanks go to Mike Barry
for reporting the remaining issue and helping to test the new fix.1 parent 6de0ea3 commit e47a558
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
| |||
0 commit comments