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? JeffReceived on Thursday, 22 March 2001 14:32:11 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:18:39 GMT