}
#
- # connect_uri:: It will open a connection to the server specified in `connect_uri`
- # to populate the connection cache, ready for the first request.
- #
- # If you wish to disable this pre-caching and reachability check,
- # comment out the configuration item below.
- #
- # WARNING: The server will not start if the server specified is unreachable.
+ # connect_uri:: Base URI used to avoid repetition in sections below.
#
connect_uri = "http://127.0.0.1:9090/"
* which hold the context data required for generating requests and parsing
* responses.
*
- * If instance->connect_uri is not NULL libcurl will attempt to open a
- * TCP socket to the server specified in the URI. This is done so that when the
- * socket is first used, there will already be a cached TCP connection to the
- * REST server associated with the curl handle.
- *
* @see fr_pool_init
* @see fr_pool_connection_create_t
* @see connection.c