• Jeremy Hylton's avatar
    Fix several more paths from the SSL code. · 0ee5eeb8
    Jeremy Hylton authored
    In particular, watch out for comparing b"" to "".  They're not equal,
    but you can start at the code asking whether buf == "" for a long time
    before realizing that it will never be True.
    0ee5eeb8
httplib.py 46.5 KB