Re: Fwd: New Version Notification for draft-nottingham-httpbis-retry-00.txt

On Thu, 11 Aug 2016, Mark Nottingham wrote:

> A pretty, more readable version is at:
>  https://mnot.github.io/I-D/httpbis-retry/
>
> Feedback very welcome, and thanks to everyone who's given input already 
> (whether you knew it or not :)

Not that it adds much, but curl uses an algorithm similar to Chromium's it 
seems: it retries everything if the connection is reused and not a single byte 
had been received when it broke.

https://github.com/curl/curl/blob/master/lib/transfer.c#L1892

-- 

  / daniel.haxx.se

Received on Thursday, 11 August 2016 06:29:00 UTC