Ich benutze requests.post(url, headers, timeout=10)
und manchmal habe ich eine ReadTimeout exception HTTPSConnectionPool(host='domain.com', port=443): Read timed out. (read timeout=10)
Da ich das Timeout bereits auf 10 Sekunden eingestellt habe, bekomme ich immer noch eine ReadTimeout-Ausnahme?
Tags und Links python python-requests