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

Jetty synchronous max buffer size property #4677

Merged
merged 2 commits into from
Jan 14, 2021

Commits on Jan 8, 2021

  1. Adds a new jetty specific client property to set the max response buf…

    …fer size. If property is not set, the old code path is used and exception is thrown for large responses (bigger than 2MiB).
    
    This addresses the immediate paint point and is least invasive. Exception is still thrown if response size is too big even for the custom size. Since this behaviour differs from async path it might be a good idea to just
    replace it completely in some major release.
    
    Signed-off-by: Klemen Ferjancic <[email protected]>
    cen1 committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    dfd5080 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Bump copyright header year to 2021.

    Signed-off-by: Klemen Ferjancic <[email protected]>
    cen1 committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d33f2ee View commit details
    Browse the repository at this point in the history