cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-3108243 ] add setting for maximum connection lifetime

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Sat, 13 Nov 2010 01:16:29 +0000

Bugs item #3108243, was opened at 2010-11-12 17:16
Message generated for change (Tracker Item Submitted) made by otterley
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3108243&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libcurl
Group: new feature request
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Michael S. Fischer (otterley)
Assigned to: Daniel Stenberg (bagder)
Summary: add setting for maximum connection lifetime

Initial Comment:
It would be nice if libcurl had an option to set the maximum connection lifetime -- i.e. the maximum length of time a connection in the cache could be considered reusable (after which the old connection to the server would be closed and a new one established upon receiving a request following the expiration of the lifetime).

Such a setting is useful in situations where the HTTP service may have moved to a new IP address, but the prior server cannot or should not close the current connection (due to sudden power loss, lack of its own connection timeout mechanism, or where a race condition causes the server's FIN or RST packet to arrive after the client has already sent a pending request).

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3108243&group_id=976
Received on 2010-11-13

These mail archives are generated by hypermail.

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

File upload with ASP.NET