Closed rnwgnr closed 1 year ago
We need to encode user-provided input after a 10 or 11 status reponse.
If we don't encode the input will be cut off on blanks and other non-ASCII chars will get borked.
I checked against dash and it seems to work fine.
dash
Wonderful. Thanks again!
I think i'm done for the moment with additions/fixes :)
already bumped the version with this PR
Got it. I will make a release then. Thanks.
We need to encode user-provided input after a 10 or 11 status reponse.
If we don't encode the input will be cut off on blanks and other non-ASCII chars will get borked.
I checked against
dash
and it seems to work fine.