Open victorpers opened 2 years ago
Do we still need this? i can work on this issue
http-status-codes
Hdg
I have been check and confirm, here is the update:
Only left these status-code below:
cc: @victorpers , @prettymuchbryce .
521
/522
/524
are all Cloudflare-specific status codes without official IETF specs. However, because of the ubiquity of Cloudflare, I am OK with adding them, but we should specify this fact in codes.json
, as well we should find pertinent documentation to link there as well (even though it won't be an official spec).
i can work on it @prettymuchbryce . Noted, I'll add this fact in codes.json regarding the status codes without official IETF specs.
Superagent has a retry method which use the following status codes :
You will find the official documentation of this retry method here : https://visionmedia.github.io/superagent/#retrying-requests
Status codes 521, 522 and 524 are not supported by this lib, could it be possible to add them ?