Mailing Lists
| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: Testing HTTP pipeline with curl
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 13 Feb 2008 16:06:25 +0100 (CET)
On Wed, 13 Feb 2008, ofer blaut wrote:
> How can i use curl for testing HTTP pipeline/keepalive requests ?
curl always does "keepalive" if you do more than one request to the same host
Pipelining is a different matter though, and that's never enabled by the
> I can find any way to send more than one HTTP request per TCP connection
A quick example:
curl http://example.com/first http://example.com/second
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2008-02-13 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info