Would anyone be able to help review and potentially merge this PR?
According to RFC 9110, a recipient that parses a timestamp value in an HTTP field MUST accept all three HTTP-date formats. This includes the obsolete RFC 850 date format, such as “Sunday, 06-Nov-94 08:49:37 GMT.” However, the http.cookies module in Python’s standard library currently fails to parse this format. As a result, cookies using this date format are discarded entirely.
I’ve worked on a fix for this issue and added the appropriate tests for it. The PR has already been reviewed by multiple contributors and is now in the ‘awaiting merge’ state.
If anyone could take a look at the PR and share their thoughts, I’d really appreciate it! Also, I was wondering—if I’m hoping for it to be merged, is there someone specific I should reach out to?
Thanks a lot for your help!