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
mobaxterm sends OACK with multiple trailing nullbytes;
this looks like (and should be parsed as) null-length options,
which is invalid
the workaround is to strip superfluous trailing nullbytes
this has the potential side-effect of masking similar server bugs
(for example a lone option name without a value), but the warning
should make this apparent
0 commit comments