Re: POST and pipelining

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