What is the best HTTP client

Yar Hwee Boon hboon at motionobj.com
Wed Dec 15 13:46:27 UTC 2004


On Wed, 15 Dec 2004 13:04:55 +0100, Avi Bryant <avi.bryant at gmail.com>  
wrote:

> On Wed, 15 Dec 2004 12:36:43 +0800, Yar Hwee Boon <hboon at motionobj.com>  
> wrote:
>> mine, which is 3.8b-6465. But seems I can't add/edit applications with  
>> the
>> config page, keep saying that the page has expired.
>
> This sounds like the bug in SocketStream that was in 3.8 - make sure
> you update all the way to 3.8g.

Thanks. 3.8g works. As for the unit test error, it seems that  
HttpRequest>>initRemoteAddress has changed in the later versions of  
KomHttpServer. It was

HttpRequest>>initRemoteAddress
     (stream respondsTo: #socket) ifTrue:
         [self remoteAddress: stream socket remoteAddress]

-- 
Regards
HweeBoon
MotionObj



More information about the Squeak-dev mailing list