Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CURL.SetOptionMaxAgeConn
Sets the maximum connection age.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 9.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "CURL.SetOptionMaxAgeConn"; curl; Age ) More
Parameters
Parameter | Description | Example |
---|---|---|
curl | The CURL session handle. | $curl |
Age | The age in seconds. | 180 |
Result
Returns OK or error.
Description
Sets the maximum connection age.The maximum age the connection should have in seconds.
Older connections are not reused, but discarded.
See also MAXAGE_CONN option in CURL manual.
See also
Release notes
- Version 9.3
- Added CURL.SetOptionMaxAgeConn function.
Blog Entries
- Neues vom MBS Plugin 9.3
- Whats new in MBS FileMaker Plugin version 9.3
- MBS FileMaker Plugin, version 9.3pr1
Created 22nd May 2019, last changed 23th May 2019