-
Notifications
You must be signed in to change notification settings - Fork 163
Only allocate frameData for content length, not more is needed. #83
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
|
Hi @ened , thanks for your contribution! |
|
@ened is this PR still valid or I can close it? |
|
|
||
| private int getEndOfSeqeunceSimplified(DataInputStream in, byte[] sequence) | ||
| throws IOException { | ||
| private int getEndOfSeqeunceSimplified(DataInputStream in, byte[] sequence) throws IOException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@niqdev
It's out of this pull request, but I guess you need some codestyle settings here, to avoid that much non-logic changes
Still valid as it has not been integrated I think. |
|
@ened |
Unfortunately also includes a few formatting nits. Hope it keeps the PR readable.