dyninc / dyn-python

Dyn SDK for Python
Other
36 stars 52 forks source link

Don't renew token for connection reset #99

Closed anothrNick closed 8 years ago

anothrNick commented 8 years ago

When the HTTP Connection times out/is closed, the connection is closed and re-opened by the SDK. We do not want the API token to be renewed when this occurs as pending changes created with the original token won't be published with the new token.