[ 
https://issues.apache.org/jira/browse/ABDERA-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James M Snell resolved ABDERA-83.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4.0

Committed to trunk

> Allow access to some essential parameters to HttpClient from AbderaClient
> -------------------------------------------------------------------------
>
>                 Key: ABDERA-83
>                 URL: https://issues.apache.org/jira/browse/ABDERA-83
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: Chris Berry
>             Fix For: 0.4.0
>
>         Attachments: AbderaClient.patch
>
>
> The AbderaClient does not expose a way to set the ConnectionTimeout and 
> SocketTimeout in its wrapped HttpClient.
> (We are using 0.3.0 BTW)
> Setting this value is critical. Without it clients can hang (unless they add 
> their own timeout mechanism)
> Unfortunately, the wrapped HttpClient in AbderaClient is private -- not 
> protected -- so there is no easy fix for this (without hacking AbderaClient 
> itself)
> I have attached a patch (built as "svn diff > patch"  from the toplevel of 
> 0.3.0) 
> This patch exposes socketTimeout, connectionTimeout, 
> HttpConnectionManagetTimeout, and TCP_NoDelay, all of which are important for 
> use in a Production application 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to