2008/2/22, rajeev k <[EMAIL PROTECTED]>:
> If there is a Retry-After header in an 500 Response, the stack automatically
> make the call again. Can I switch of this feature. In my case, the
> Retry-After time is one second ( Retry-After: 1 ). So this creates a loop.
Unfortunately, there is no way t
Hi,
If there is a Retry-After header in an 500 Response, the stack automatically
make the call again. Can I switch of this feature. In my case, the
Retry-After time is one second ( Retry-After: 1 ). So this creates a loop.
( The stack version that I use is 1.12.7 )
Thanks
---