• wm4's avatar
    http: do not print a warning message for expired cookies · 39c1d170
    wm4 authored
    libavformat prints a warning that the cookie couldn't be parsed (see
    callers of parse_cookie()). This is obviously not true - it could be
    parsed, but was simply ignored. Don't return an error to avoid the
    warning.
    39c1d170
http.c 62.4 KB