cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

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
with the same command line invoke.

Pipelining is a different matter though, and that's never enabled by the
command line tool. libcurl does offer the ability and curl _could_ be written
to use it.

> 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.html
Received on 2008-02-13

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET