You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like one of the things missing before this can be closed is implementing the nl-in attribute. It looks like IO::Socket::SSL uses a single Str in input-line-separator that defaults to \n rather than the [ \n, \r\n ] in IO::Socket.
I've taken a stab at implementing this in a local branch. That includes some code to make it behave like IO::Socket when given a list of separators, including trying to match the longest token first. If this seems like something you might be interested in adding, then I can open a pull request and tidy up any lose ends (including tests and documentation changes).
You should be able to replace IO::Socket::INET with IO::Socket::SSL and still have things working. So far it's missing some methods (like .get())
The text was updated successfully, but these errors were encountered: