[squeak-dev] Curl plugin problems

Lukas Renggli renggli at gmail.com
Mon Feb 1 08:03:56 UTC 2010


Anything that goes beyond a basic up or download leads to a primitive failure:

    Curl new
        url: 'http://somedomain.com/foo';
        request: 'DELETE';  "<-- primitive error here"
        perform

In the debugger #easyStatusString returns 'no error'.

Even

   Curl curlVersion

gives a primitive failure.

Any idea what I am doing wrong?

I am using the plugin that comes shipped with the latest Mac VM.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch



More information about the Squeak-dev mailing list