Skip to content

3.12.12

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 05:16
· 3039 commits to master since this release
v3.12.12
a15febd

Bug fixes

  • Fixed cookie unquoting to properly handle octal escape sequences in cookie values (e.g., \012 for newline) by vendoring the correct _unquote implementation from Python's http.cookies module -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    #11173.

  • Fixed Cookie header parsing to treat attribute names as regular cookies per :rfc:6265#section-5.4 -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    #11178.