Sept. 17, 2012
10:31 a.m.
On 2012-09-17, at 11:18, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 17 Sep 2012, at 11:05, Igor Stasenko <siguctua@gmail.com> wrote:
yeah, i think it is pointless to retry if you get 404 "not found" response. Usually (of course if web server conforms to HTTP RFC), this means that requested resource is really not there and will not be there anytime soon :)
I decided to only do retries on NetworkError, ZnParseError for now, we'll see how it goes. The ifFail block will be triggered on any Error.
sounds reasonable :)