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

[#1481] Add a JdkZlibDecoder which has no dependencies #1735

Closed
wants to merge 2 commits into from

Conversation

normanmaurer
Copy link
Member

@trustin @jpinner please review

@ghost
Copy link

ghost commented Aug 12, 2013

Build result for #1735 at 75f056c: Success

@ghost
Copy link

ghost commented Aug 13, 2013

Build result for #1735 at 12d5dfc: Success


@Test
public void testZLIB() throws Exception {
ByteBuf data = Unpooled.wrappedBuffer("test".getBytes());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unpooled.copiedBuffer()?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for similar wrapperBuffer() calls

@trustin
Copy link
Member

trustin commented Aug 14, 2013

LGTM. Please merge once the comments are addressed.

@ghost ghost assigned normanmaurer Aug 14, 2013
@normanmaurer
Copy link
Member Author

@trustin thanks for review.. merged in after comments addressed!

normanmaurer pushed a commit that referenced this pull request Aug 26, 2013
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.

None yet

2 participants