Changelog
4.0.6 (2018-12-11)
Changelog
4.0.5 (2018-12-10)
Changelog
4.0.4 (2018-08-07)
retry-after
bad timer delay computation.Changelog
4.0.3 (2018-07-18)
Update http.js to add support on request for retry-after
header on 503|429|302
status code.
[About 503] The server returns an HTTP error 503 when more users than are allowed by the server's request queue limit have sent requests to a single server or when the actions of the client have triggered throttling.
Retry-After If a Retry-After header ([RFC2616]) is present in the response, the client SHOULD<6> retry the request after waiting the number of seconds indicated by the Retry-After header. Any such value represents an estimate of when the server is expected to be able to process the request.
Changelog
4.0.1 (2017-10-01)
Changelog
4.0.0 (2017-08-23)