ESGF / esg-orp

ESGF Openid Relying Party (ORP)
http://esgf.org/esg-orp/
Other
3 stars 6 forks source link

Closing idle connections #9

Closed LucaCinquini closed 10 years ago

LucaCinquini commented 10 years ago

Apparently there's an obscure way to close idle connections when using the Apache HTTP client, which we are not currently using...

LucaCinquini commented 10 years ago

Implemented: must call client.getHttpConnectionManager().closeIdleConnections(0);