avformat/http: Rename parse_set_cookie_expiry_time to parse_http_date
commit6d89fd4c27b2c907acaf44f923e624a24643a2ba
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>
Thu, 25 Apr 2024 13:48:15 +0000 (25 14:48 +0100)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Thu, 25 Apr 2024 14:21:25 +0000 (25 15:21 +0100)
tree7cb81e4ff9e90e3cdddd80f7bc5062c3263601e4
parent1f8e5b6d9533a7fa816945d11b1839622398519f
avformat/http: Rename parse_set_cookie_expiry_time to parse_http_date

That is what it actually does, and it will be needed for more
than the Expiry header soon.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
libavformat/http.c