[squeak-dev] Re: Webclient + localhost error

Frank Shearar frank.shearar at angband.za.org
Fri Oct 29 20:09:53 UTC 2010


On 2010/10/29 21:39, Sean P. DeNigris wrote:
>
>
> Frank Shearar wrote:
>>
>> I'll put my neck on the block and boldly claim that if you change
>> 'localhost' to '127.0.0.1' WebClient will work.
>>
>
> #$%!@$ *@#$&!*!# $*!%!&$!&$!&%$ *!#$ *!#$!#!!!!!!!!
>
> It was that freaking easy?!?!?!
>
> Thanks.

Haha! I'm glad we sorted out your problem.

I think NetNameResolver might have to be updated to support IPv6:

NetNameResolver addressForName: '::1' timeout: 5 --> timeout
NetNameResolver addressForName: '127.0.0.1' timeout: 5 --> #[127 0 0 1]

(NetNameResolver calls down to the SocketPlugin for the heavy lifting.)

frank



More information about the Squeak-dev mailing list