There was an error while loading. Please reload this page.
1 parent 31db116 commit e8fcc4dCopy full SHA for e8fcc4d
1 file changed
tweepy/streaming.py
@@ -119,6 +119,7 @@ def _connect(self, method, endpoint, params=None, headers=None, body=None):
119
if http_error_wait > http_error_wait_max:
120
http_error_wait = http_error_wait_max
121
except (requests.ConnectionError, requests.Timeout,
122
+ requests.exceptions.ChunkedEncodingError,
123
ssl.SSLError, urllib3.exceptions.ReadTimeoutError,
124
urllib3.exceptions.ProtocolError) as exc:
125
# This is still necessary, as a SSLError can actually be
0 commit comments