ok2c commented on PR #3235:
URL: https://github.com/apache/cxf/pull/3235#issuecomment-4803890988
I think it would be safer to just all ways return Integer.MAX_VALUE from
this method given there is nothing that can
trigger`DataStreamChannel#requestOutput` in case it ever returns 0.
```
@Override
public int available() {
return Integer.MAX_VALUE;
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]