-
Notifications
You must be signed in to change notification settings - Fork 367
jnh-connector: Fixed issue where FirstByteCachingStream failed to inc… #5877
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
Conversation
…lude the buffered byte in returned data length when reading with array
|
for me it looks good, thanks, however you should update the copyright year in both files (change the last year to the |
|
Copyright years updated, Eclipse account created and ECA signed :-) |
|
it looks better and better, thank you! The copyright years are fixed, thanks a lot. The ECA is still not recognized. Could you please check the Git ECA validation status page for this PR and follow the troubleshooting guide to see what could possibly be wrong with it? On the same page, you can re-validate the ECA for the PR. If it's required (for the ECA validation), you can amend existing commits and force push them back into the PR branch to fix the ECA issue. But I hope it will be easier to solve. Thanks a lot! |
5380e95 to
2fca287
Compare
Fixed issue where FirstByteCachingStream fails to include the buffered byte in returned data length when reading with array.
When the problem occurred, the returned length was 1 byte less than the actual array content and the consumer failed to "see" the whole response data. Detected through Jackson parse error reporting missing closing '}'.