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

Support HTTP errors 414 and 431 #2534

Closed

Commits on Oct 7, 2022

  1. Support HTTP errors 414 and 431

    414 is "uri too long" https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/414
    431 is "header too long" https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/431
    Old behavior was using 413 "request payload too large" which is specific to the content, not the first line or headers.
    yuzawa-san committed Oct 7, 2022
    Copy the full SHA
    00c1b45 View commit details
    Browse the repository at this point in the history