• Jeremy Hylton's avatar
    Fix for SF bug #432621: httplib: multiple Set-Cookie headers · 6d0a4c79
    Jeremy Hylton authored
    If multiple header fields with the same name occur, they are combined
    according to the rules in RFC 2616 sec 4.2:
    
    Appending each subsequent field-value to the first, each separated by
    a comma. The order in which header fields with the same field-name are
    received is significant to the interpretation of the combined field
    value.
    6d0a4c79
httplib.py 40.2 KB