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

Chris Berry updated ABDERA-83:
------------------------------

    Attachment: AbderaClient.patch

patch file
built with "svn diff > patch" from the toplevel of 0.3.0

> 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
>         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