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

Produce output to outputStream instead of String #543

Closed
LubomirS opened this issue Jul 18, 2023 · 0 comments · Fixed by #544
Closed

Produce output to outputStream instead of String #543

LubomirS opened this issue Jul 18, 2023 · 0 comments · Fixed by #544
Assignees
Milestone

Comments

@LubomirS
Copy link
Contributor

LubomirS commented Jul 18, 2023

For all renderers there is a problem with massive outputs, which cannot be rendered. I would like to replace the output from String to OutputStream, in order to have flexibility in the output, which is created.
This is related to issue #501, however, the fix should apply to all possible places, that could have issue with massive Strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants