• R. David Murray's avatar
    Quote cookie values when accepting them, and unquote them when · 2a2ff9d4
    R. David Murray authored
    receiving them.  This is required to comply with the spec for
    cookies, which requires escaping of at least : and blank spaces.
    
    I changed the setCookie routine in both BaseResponse and HTTPResponse
    to keep them indentical.  Since they *are* identical, one would think
    that one of them could be eliminated.
    2a2ff9d4
HTTPRequest.py 59.4 KB