Re: does HTPostAnchor() have problems POSTing large bodies

I've noticed that the libwww libraries must be setup as non-preemptive to
handle POSTing.

  HTProfile_newNoCacheClient(app_name, app_version); // non-preemptive
  HTSSLhttps_init(NO); // non-preemptive                              

Otherwise it will block when trying to send the body after a default delay
of about 2secs.

Received on Friday, 16 February 2001 13:34:27 UTC