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-Feature Requests-3108243 ] add setting for maximum connection lifetime

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Sun, 05 Dec 2010 22:48:11 +0000

Feature Requests item #3108243, was opened at 2010-11-13 02:16
Message generated for change (Settings changed) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350976&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: None
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).

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

>Comment By: Daniel Stenberg (bagder)
Date: 2010-12-05 23:48

Message:
Yes, I can see how this can be useful. I don't have any plans to work on
this myself. I'm moving this entry over to the Feature Request tracker as
this is not a bug.

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

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

These mail archives are generated by hypermail.

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

File upload with ASP.NET