Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed comment to mention the correct HTTP status code used (#98)
The comment says a 302 will be used but the code actually uses Go core lib `http.StatusTemporaryRedirect` which is 307 (which i think is the right one to use because that instructs clients to re-send the same HTTP method as in the original request)
- Loading branch information