Skip to content

Commit aa930c4

Browse files
authored
Update src/pip/_internal/network/session.py
1 parent 9cf1c5e commit aa930c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/network/session.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def __init__(
355355
# is typically considered a transient error so we'll go ahead and
356356
# retry it.
357357
# A 500 may indicate transient error in Amazon S3
358-
# A 502 may be a transient error from a CDN
358+
# A 502 may be a transient error from a CDN like CloudFlare or CloudFront
359359
# A 520 or 527 - may indicate transient error in CloudFlare
360360
status_forcelist=[500, 502, 503, 520, 527],
361361
# Add a small amount of back off between failed requests in

0 commit comments

Comments
 (0)