Files
requests3/requests
Akira Kitada 3a9d9f2279 Fix hangs on streaming uploads with HTTPDigestAuth
When using Digest Authentication, the client resends the same request
after the server responds with the 401 "Unauthorized". However, when
doing streaming uploads, it gets stuck because the body data (a
file-like object) is already consumed at the initial request.

The patch fixes this by rewinding the file-like object before
resending the request.
2013-11-25 22:29:53 +09:00
..
2013-11-04 18:53:41 +00:00
2013-10-24 10:00:49 -04:00
2013-11-19 19:54:46 +09:00
2013-10-24 09:40:39 -04:00
2013-01-27 02:04:12 +01:00
2013-11-18 13:32:59 -08:00
2013-11-19 19:54:46 +09:00
2013-10-28 09:51:56 -07:00