Community
Participate
Working Groups
Review these parameters: * http.conn-manager.timeout * http.auth.credential-charset Also consider closing idle connection regularly: ClientConnectionManager#closeIdleConnections()
The following setting is set by default: HttpConnectionParams.setConnectionTimeout(client.getParams(), CONNNECT_TIMEOUT); We could also consider adding this but I haven't enabled this, yet, since it's unclear to me if that's needed (the default is US_ASCII): AuthParams.setCredentialCharset(client.getParams(), "UTF-8"); Bug 372360 has been opened to track closing of idle connections.
Created attachment 211504 [details] mylyn/context/zip