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

ISPN-6545 Avoid leaking HR server req details #4266

Closed
wants to merge 1 commit into from

Conversation

galderz
Copy link
Member

@galderz galderz commented Apr 25, 2016

@@ -49,7 +51,7 @@ public NettyTransport getTransport() {
}

void resetNow() {
decodeCtx.resetParams();
Copy link
Member

Choose a reason for hiding this comment

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

We may as well remove this method while we are at it.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure

@wburns
Copy link
Member

wburns commented Apr 25, 2016

Changes are fine with me, but these are also the ones I suggested. If anyone wants to comment please do otherwise I will integrated tomorrow.

@gustavocoding
Copy link

Changes looks good, but is the node.js client the only way to reproduce it?

@wburns
Copy link
Member

wburns commented Apr 26, 2016

@gustavonalle unfortunately yes. It only affected an async client, where it was sending multiple requests on the same socket.

@galderz
Copy link
Member Author

galderz commented Apr 26, 2016

@gustavonalle We'd need an async Java client to replicate indeed.

@galderz
Copy link
Member Author

galderz commented Apr 26, 2016

@wburns Updated

@wburns
Copy link
Member

wburns commented Apr 26, 2016

Pulling..

@wburns
Copy link
Member

wburns commented Apr 26, 2016

Integrated into master, thanks @galderz !

@wburns wburns closed this Apr 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants