Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed how request_meta["method"] is set #267

Merged
merged 1 commit into from
Mar 28, 2015

Commits on Mar 25, 2015

  1. changed how request_meta["method"] is set

    method was set against the request response method. In the case of a POST request being redirected to GET, common on success of POSTs for login and registration. The request is incorrectly logged against the GET method for the original URL.
    
    Closes locustio#236
    dantagg committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    f01fcd4 View commit details
    Browse the repository at this point in the history