Closed jumarko closed 2 years ago
Commit messages of this repository should follow the seven rules of a great Git commit message, as mentioned in the project's contributing guidelines. It looks like there's a few issues with the commit messages in this pull request:
Can you change the commit message to:
Change :absolute-redirects default to false
RFC 2616 required the Location header to be an absolute URL, but this
has been superseded by RFC 7231 (section 7.1.2).
Fixes #39.
@weavejester updated - thanks for the improved message!
RFC 2616 required the Location header to be an absolute URL, but this has been superseded by RFC 7231 (section 7.1.2).