Hi Paul,

On 30 Jun 2013, at 19:38, Paul DeBruicker <[email protected]> wrote:

> Hi -
> 
> I've got both Zinc and Zodiac loaded into a Pharo 2 image.  When I do a
> ZnClient #get: to an http connection I'm getting the dnu mentioned in
> the subject of this email.
> 
> 
> The message send that causes it is in ZnStringEntity>>#readFrom:
> 
> 
> ZnNetworkingUtils default socketStreamClass  prints: 'ZdcSocketStream'
> 
> Changing that to 'SocketStream' like so:
> 
> ZnNetworkingUtils default socketStreamClass: SocketStream
> 
> makes everything work .
> 
> 
> Just wanted to let you know
> 
> 
> Paul

Thanks a lot for reporting this issue.

It is a bit weird though: I normally don't use #position on principle, but 
apparently I did in some recent optimisation code, I also vaguely remember 
adding #position somewhere..

Furthermore, all unit tests are green on both 2.0 and latest 3.0 with 
ZdcSocketStream as default.

Step one would be to add a unit test.

Is it possible for you to give me the URL or a similar one exposing the problem 
- it would have to be related to non-ASCII, non-Latin-1 characters I guess.

Thanks,

Sven


--
Sven Van Caekenberghe
Proudly supporting Pharo
http://pharo.org
http://association.pharo.org
http://consortium.pharo.org





Reply via email to