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 #24212

Conversation

randomnicode
Copy link

Dynamically generated input streams cannot be closed and reopened
multiple times. This fix reuses the same InputStream across multiple
ResourceRegion writes.

Closes #24210

Dynamically generated input streams cannot be closed and reopened
multiple times. This fix reuses the same InputStream across multiple
ResourceRegion writes.

Closes spring-projects#24210
@pivotal-issuemaster
Copy link

@randomnicode Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Dec 14, 2019
@pivotal-issuemaster
Copy link

@randomnicode Thank you for signing the Contributor License Agreement!

@rstoyanchev rstoyanchev added status: invalid An issue that we don't feel is valid and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Dec 16, 2019
@rstoyanchev
Copy link
Contributor

For future reference, no need to close and re-submit. To correct a pull request just push with --force to the same branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: invalid An issue that we don't feel is valid
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ResourceRegions converter opens and closes InputStream multiple times for multiple HttpRanges
4 participants