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

Reuse InputStream for ResourceRegionHttpMessageConverter #24214

Commits on Dec 15, 2019

  1. Reuse InputStream for ResourceRegionHttpMessageConverter

    Dynamically generated input streams cannot be closed and reopened
    multiple times. This fix reuses the same InputStream across multiple
    ResourceRegion writes.
    
    This is a proposal for and closes spring-projects#24210
    randomnicode committed Dec 15, 2019
    Copy the full SHA
    5efe7a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Copy the full SHA
    a3c9657 View commit details
    Browse the repository at this point in the history