Skip to content

Improve performance of streaming rest requests #101

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

Closed
wants to merge 1 commit into from

Conversation

philwebb
Copy link
Member

Ensure that the NonClosingOutputStream calls the underlying write
method directly when working with byte arrays. This significantly
improves performance.

Issues: SPR-9530

Ensure that the NonClosingOutputStream calls the underlying write
method directly when working with byte arrays.  This significantly
improves performance.

Issues: SPR-9530
@ghost ghost assigned rstoyanchev Jun 22, 2012
@rstoyanchev
Copy link
Contributor

This change is now in. I also added an override for the byte[] method for the same reason.

@rstoyanchev rstoyanchev closed this Jul 2, 2012
rstoyanchev added a commit that referenced this pull request Jul 2, 2012
* SPR-9530:
  Improve SimpleStreamingClientHttpRequest performance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants