-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support subsystem #103
Support subsystem #103
Conversation
} | ||
return | ||
} | ||
// If change the \n to \r\n, then zmodem(rzsz) will be error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If do that replace, zmodem sz will be error
Request preview or discuss |
or maybe here? This subsystem implementation look quite good. |
fix panic bug when not found any subsystem
What is needed to merge this? |
Thanks for submitting this! Recently subsystem support was merged in #111, so hopefully that will work for you! I realize there are some oddities which end up rewriting part of the stream, so hopefully something can be submitted to fix that in a more comprehensive way. |
Hi,
Subsystem support added, see examples
#63
#101