- From: Attila Uhljar <attila.uhljar@intervoice-brite.com>
- Date: Wed, 21 Mar 2001 11:16:07 -0600
- To: <www-lib@w3.org>
Hi All, I'm having problems using POST. During load test doing POSTs (or GETs and POSTs mixed), when the '100 Continue' response is received from the server, LibWWW occasionally sends the next (POST) request instead of the body of the actual POST transaction (i.e. the URL-encoded data). That, of course, causes the request to fail ('400 Bad Request' from the server), and even worse, kills the pipeline, destroying any subsequent pending requests. I tought that POST was not supposed to use pipelining, but I might be wrong. I'd truly appreciate any help. BTW, Im using libwww 5.3.2 on NT4.0, with non-blocking sockets. Thanks, Attila
Received on Wednesday, 21 March 2001 12:18:19 UTC