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 readNBytes in StringHttpMessageConverter when contentLength is available #30942

Commits on Jul 25, 2023

  1. Use readNBytes in StringHttpMessageConverter when contentLength is av…

    …ailable
    
    When the content length is known, use readNBytes on the InputStream in StringHttpMessageConverter, which avoids some extra copying and allocations.
    kilink committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    12fe2c9 View commit details
    Browse the repository at this point in the history