Uh oh!
There was an error while loading. Please reload this page.
Retry ConnectError/ConnectTimeout happened in stream.start_tls - #669
Conversation
Pliner
commented
Apr 17, 2023
Hi @tomchristie, Sorry for bothering you, could you please review this PR? Thanks! |
lovelydinosaur
left a comment
There was a problem hiding this comment.
Moving the start_tls inside the exception handling block looks correct to me, yup. Thanks.
Pliner
commented
Apr 17, 2023
@tomchristie Thanks! |
Pliner
commented
Apr 19, 2023
@tomchristie Thanks for merging it. Could you please release it as 0.17.x? |
Pliner
commented
May 16, 2023
@tomchristie Sorry for bothering you again. Could you please release these changes? |
lovelydinosaur
commented
May 16, 2023
@Pliner - Sure let's make that happen. |
@tomchristie Sure, thanks. Let me look on a previous one(#661), then I will create a new one. |
Hi,
I am experiencing a small rare issue which has the following trace:
I have retries enabled on AsyncTransport, but
ConnectErrordidn't attempt to retry at all if it was raised instream.start_tlsmethod.It looks like that it is safe to retry such an error as well.