The following fails intermittently with "ZnIncomplete: Incomplete input for character decoding": ZnClient new url: 'https://cpanel.webserver:1234/' asUrl; path: '/login/'; queryAt: 'login_only' put: '1'; formAt: 'user' put: 'username'; formAt: 'pass' put: 'pa$$w0rd'; post.
AFAICT, the expected output has already been completely received and correctly interpreted, but then for some reason, the following happens: 1. `stream atEnd` does not return true 2. `#nextCodePointFromStream:` does `stream next` and gets `nil`, which leads to the error being signaled. Any ideas, explanations, (or especially) workarounds? ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html