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

Conversation

dantagg
Copy link
Contributor

@dantagg dantagg commented Mar 25, 2015

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 #236

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
heyman added a commit that referenced this pull request Mar 28, 2015
changed how request_meta["method"] is set
@heyman heyman merged commit b6ca5c1 into locustio:master Mar 28, 2015
@heyman
Copy link
Member

heyman commented Mar 28, 2015

Thanks!

heyman added a commit that referenced this pull request Mar 28, 2015
…y marked as GET requests, if they resulted in a redirect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

confused by multiple requests in on_start
2 participants