Hello,
I am posting some text using network.request() method. It works perfect for alphanumerical characters(English letters…), But when I post Arabic or Russian (special characters), I get this error:
I/System.out(27394): ERROR: expected 385 bytes but received 393
The number of bytes depends on how big is the text, but the difference(ie: 393-385) is consistent and reflects the number of letters in the text.
It works fine when tested on iphone and mac simulator though the difference in bytes, but it fails in Android!