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

Ignores IllegalReferenceCountException transforming HTTP data #1122

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

idlira
Copy link
Contributor

@idlira idlira commented Nov 7, 2022

Calling toString in a released buffer (refCnt = 0) throws an IllegalReferenceCountException, which will write an unnecessary exception in the system logs. If the buffer has been released, very likely the connection was already destroyed.

Fixes: OX-9250

Calling toString in a released buffer (refCnt = 0) throws an IllegalReferenceCountException, which will write an unnecessary exception in the system logs. If the buffer has been released, very likely the connection was already destroyed.

Fixes: OX-9250
@idlira idlira added the 👶🏻 Trivial Easy to review label Nov 7, 2022
@idlira idlira merged commit 5d5dd6c into develop Nov 7, 2022
@idlira idlira deleted the feature/ili/race-condition branch November 7, 2022 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👶🏻 Trivial Easy to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants