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

Fix Content-Length for rack >= 2.1.0 #290

Merged
merged 1 commit into from
May 28, 2020

Commits on May 28, 2020

  1. Fix Content-Length for rack >= 2.1.0

    Since rack 2.1.0 the Content-Length header is no longer updated for
    if the body argument isn't a string. This was done for performance
    reasons. It is recommended to set Content-Length header in the
    middlewate instead.
    
    rack/rack#1472 (comment)
    p8 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    bcd7776 View commit details
    Browse the repository at this point in the history