- From: Daniel Stenberg <daniel@haxx.se>
- Date: Thu, 11 Aug 2016 08:28:34 +0200 (CEST)
- To: Mark Nottingham <mnot@mnot.net>
- cc: HTTP Working Group <ietf-http-wg@w3.org>
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