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

SPDY: handle too large header blocks #1476

Closed
wants to merge 2 commits into from

Conversation

jmhodges
Copy link

No description provided.

@ghost
Copy link

ghost commented Jun 20, 2013

Build result for #1476 at d9bffeb: Success

@Override
public void exceptionCaught(
ChannelHandlerContext ctx, ExceptionEvent e) throws Exception {
System.out.println(e.getCause());
Copy link
Contributor

Choose a reason for hiding this comment

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

remove?

Copy link
Member

Choose a reason for hiding this comment

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

It's a test, so I guess it's OK although it would be the best to fail the test with the caught exception.

Copy link
Author

Choose a reason for hiding this comment

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

I've removed those printlns. This is caught by some asserts in the test itself.

@ghost ghost assigned trustin Jun 20, 2013
@ghost
Copy link

ghost commented Jun 20, 2013

Build result for #1476 at 06c0a67: Success

@trustin
Copy link
Member

trustin commented Jun 20, 2013

Merged via 22b8a96 and ac149dc. Thanks!

@trustin trustin closed this Jun 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants