It's very much possible. What exactly you want to achieve and what are steps
you taking? Are you using HC 4.0.1 ?
-Yadu
Geraldo Netto wrote:
>
> Hi guys,
>
> how are you doing?
>
> i'm using http core/client on my undergrad project
> and i was unable to
eter(CoreProtocolPNames.WAIT_FOR_CONTINUE,
> 1); // 10 seconds
>
> // set custom request retry handler which doesn't allow retry
> for POST
> request
> HttpRequestRetryHandler retryHandler = new CustomRetryHandler();
> client.s
> @Oleg
> "You basically have two options: (1) use repeatable ContentBody
> implementations only or (2) make sure the request does not need to be
> retried. Please note the latter is not always possible. Request retries
> due to authentication failures can be avoided, but those due to I/O
> erro