Re: HTLoadToChunk in 5.2.8

Tom,

Did you try looking at the chunk.c program in the Library/Examples
directory?

I think it may answer your need.

-Jose

In our previous episode, Tom Emerson said:
> 
> I'm trying to use HTLoadToChunk() in the 5.2.8 release, and at the point
> data starts coming in from the origin server I am prompted for the filename
> to save the contents, and nothing is written to the chunk (though it is
> created). My code is essentially the following:
> 
> HTProfile_newPreemptiveClient(...);
> request = HTRequest_new();
> doc = HTLoadToChunk("http://www.basistech.com", request);
> if (doc != NULL) {
>     /* process result */
> }
> /* cleanup */
> 

Received on Monday, 7 February 2000 06:41:41 UTC