Skip to content

Commit

Permalink
fix: correct typo in HTTP codes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont committed Oct 21, 2024
1 parent 1639e97 commit c8ee7d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const RETRYABLE_HTTP_CODES: number[] = [
504, // Gateway Timeout
521, // CloudFlare TCP Error
522, // CloudFlare Web Server Connection Error
524, // CloudFlate Timeout Error
524, // CloudFlare Timeout Error
];
const RETRYABLE_ERROR_CODES: string[] = [
'EAI_AGAIN', // DNS resolution failed, retry
Expand Down

0 comments on commit c8ee7d8

Please sign in to comment.