Skip to content

Commit

Permalink
chore: added note for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Feb 18, 2021
1 parent 71aa367 commit e0a56d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const HTTP_RETRY_STATUS_CODES = new Set([
524
]);

// NOTE: if you change this, be sure to sync in `koa-better-error-handler`
// <https://github.com/nodejs/node/blob/08dd4b1723b20d56fbedf37d52e736fe09715f80/lib/dns.js#L296-L320>
const CODES_TO_RESPONSE_CODES = {
EADDRGETNETWORKPARAMS: 421,
Expand Down

0 comments on commit e0a56d8

Please sign in to comment.