View | Details | Raw Unified | Return to bug 272794
Collapse All | Expand All

(-)http.py (-1 / +1 lines)
Lines 1110-1116 Link Here
1110
    headers to be injected in the final response.
1110
    headers to be injected in the final response.
1111
    """
1111
    """
1112
    # used by werkzeug.Response.set_cookie
1112
    # used by werkzeug.Response.set_cookie
1113
    charset = 'utf-8'
1113
    _charset = 'utf-8'
1114
    max_cookie_size = 4093
1114
    max_cookie_size = 4093
1115
1115
1116
    def __init__(self):
1116
    def __init__(self):

Return to bug 272794