[issue33620] requests.Session doesn't properly handle closed keep-alive sessions
New submission from Jonathan Lynch : When a server reaps a keep-alive session it sends a FIN packet to the client. Normally, requests handles this fine and rebuilds the session on the next request. However, there is an edge case involving network latency that is not properly handled: If
[issue33620] requests.Session doesn't properly handle closed keep-alive sessions
Jonathan Lynch added the comment: Ah, I'm sorry! I'll open the report over there, closing this. -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs