Sept. 16, 2012
7:56 p.m.
On 2012-09-16, at 21:29, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Good work !
Where can the code be found/seen ?
all in the latest pharo SmalltalkHubRepository browse.
I am especially interested in the last point. Has it something to do with (using) Zn ?
yes, we basically did a HEAD request and returned false on 404, however Zn does 3 or so retries, and thus makes everything slow :). I don't know what the side-effects are, but we reduce the retryCount to 0, to get low response times. I thought that upon a valid 404 response there is no retry needed? (but I guess I miss something here :P)