Headers and Link Callbacks

I'm working on a robot but it just doesn't seem to do what I want it to.

Here's basically what I want to do:

    -- Get the header of a live HTML document
    -- Compare that date to the version stored locally
    -- If they are different, download the live document

The problem I'm running into is that if I use HTProfile_newPreemptiveClient(), then using HTHeadAbsolute()
works just fine but the function I registered for link callbacks never gets executed.

If I use another profile, say HTProfile_Robot, then the function registered for link callbacks works fine, but
HTHeadAbsolute() always fails and displays "Interrupted!".

Is there something I'm missing?  I've looked at all the samples and examples that would relate to what I'm
doing and can't figure it out yet.

Thanks,

Matt

Received on Friday, 27 August 1999 13:35:15 UTC