Files
requests3/requests
Ian Cordasco 86c3ecfd34 Fix bug in renegotiating a nonce with the server
If a session runs long enough (without constant activity) then the server can
expire the nonce the session has negotiated. If that happens the session will
get a new 401 response which we were immediately returning to the user. A user
would then have to essentially reinitialize session.auth each time they get an
unexpected 401.

Also, there's no need for setattr calls when we can simply assign the
attribute on the instance.
2014-12-23 10:40:31 -06:00
..
2014-12-01 14:40:32 -05:00
2014-12-01 17:03:24 -06:00
2014-11-12 13:58:03 -06:00
2013-12-05 17:51:10 -05:00
2014-12-15 01:37:19 -05:00
2014-12-16 22:49:24 -06:00
2014-08-24 19:46:46 -07:00