Kim Randell added the comment:

I don't have an example case, but from reading the code it looks as though the 
AbstractDigestAuthHandler has exactly the same faults as the old version of 
AbstractBasicAuthHandler (i.e. using req.headers.get instead of req.get_header, 
and corresponding retry workarounds). Should it be updated to match?

----------
nosy: +Kim Randell

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8797>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to