1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 09:51:46 -05:00
Daniel Stenberg 31e33a9a46 HTTP: retry failed HEAD requests too
Mark's new document about HTTP Retries
(https://mnot.github.io/I-D/httpbis-retry/) made me check our code and I
spotted that we don't retry failed HEAD requests which seems totally
inconsistent and I can't see any reason for that separate treatment.

So, no separate treatment for HEAD starting now. A HTTP request sent
over a reused connection that gets cut off before a single byte is
received will be retried on a fresh connection.

Made-aware-by: Mark Nottingham
2016-08-11 08:33:36 +02:00
..
2016-04-03 22:38:36 +02:00
2016-07-13 03:09:20 -04:00
2016-02-04 18:46:54 -05:00
2016-08-03 19:33:59 +01:00
2016-02-04 18:46:54 -05:00
2016-08-05 00:44:01 +02:00
2016-04-03 23:07:30 +02:00
2016-04-03 23:07:30 +02:00
2016-08-10 08:58:10 +02:00
2016-04-03 22:38:36 +02:00