- From: Putz Doug <PutzDoug@JohnDeere.com>
- Date: Fri, 16 Feb 2001 12:33:44 -0600
- To: "'www-lib@w3.org'" <www-lib@w3.org>
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