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

use old rack for benchmark #249

Merged
merged 1 commit into from Jan 19, 2022
Merged

use old rack for benchmark #249

merged 1 commit into from Jan 19, 2022

Conversation

catatsuy
Copy link
Owner

Go's http.client's automatic redirection uses the same Content-Type for GET. This request is invalid in rack 2.2.
I don't know if the Go implementation is wrong or the rack implementation is wrong. I will use the old rack for now.

refs: rack/rack#1603
refs: #204

Go's http.client's automatic redirection uses the same Content-Type for
GET. This request is invalid in rack 2.2.
I don't know if the Go implementation is wrong or the rack
implementation is wrong. I will use the old rack for now.
refs: rack/rack#1603
refs: #204
@fujiwara
Copy link
Contributor

I confirmed rack 2.1 works fine against Go's http.Client. Thank you!

@catatsuy catatsuy merged commit e0a09df into master Jan 19, 2022
@catatsuy catatsuy deleted the feature_use_old_rack branch January 19, 2022 14:44
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.

None yet

2 participants