Im using Python 2.7 withtelnetlib
, but I'm unable to receive 0x00 byte.
If I send 4 bytes "abcd", I receive all 4 of them. But if the two middle bytes are 0x00, as in "a d", using read_some() I only get "ad". Why are the other two bytes being ignored?