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

Fix: java.io.IOException: too many bytes to write to stream error #15

Merged
merged 1 commit into from Mar 18, 2024

Conversation

faketuna
Copy link
Member

Fixed:

  • Exception "java.io.IOException: too many bytes to write to stream error" when sending response in http request with UTF-8 characer lager than U+0080.

Closes #12

When characters in UTF-8 is lager than U+0080, byte size and character count will be  different.
@faketuna faketuna linked an issue Mar 18, 2024 that may be closed by this pull request
@faketuna faketuna merged commit c9f7d6f into main Mar 18, 2024
@faketuna faketuna deleted the 12-too-many-bytes-to-write-to-stream-error branch March 18, 2024 12:15
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.

too many bytes to write to stream error
1 participant