um
Subject: [net] TelnetInputStream.java: escaping byte 255
Hi,
We ran into a problem of sending 255 over network. It is escaped by another 255
(as specified by RFC854) but TelnetInputStream.java:196 (from revision 658491)
breaks the wrong switch and actually next byte is also ignored.
Hi,
We ran into a problem of sending 255 over network. It is escaped by another
255 (as specified by RFC854) but TelnetInputStream.java:196 (from revision
658491) breaks the wrong switch and actually next byte is also ignored.
Can you confirm that this is actually a bug or is it done delib