- From: Jeff Adams <jeffa@coursewave.com>
- Date: Thu, 22 Mar 2001 13:21:44 -0600
- To: Attila Uhljar <attila.uhljar@intervoice-brite.com>
- CC: www-lib@w3.org
Attila Uhljar wrote: > > Hello, > > Can anybody tell me what is the simplest, most effective way to turn > pipelining off for POST requests? It seems to be causing problems. I > wouldn't mind turning pipelining off completely, since my client doesn't > download any 'inline' objects (e.g. images). Unfortunately I didn't find > any specific info how to turn pipelining off (there are different > #define-s in the code). > > Thanks, > Attila From HTTP.h, maybe: HTTP_setConnectionMode(HTTP_11_NO_PIPELINING); does the trick? Jeff
Received on Thursday, 22 March 2001 14:32:11 UTC