Skip to content

Adjust line-length of transport related classes to coding standard #17730

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

Merged

Conversation

danielmitterdorfer
Copy link
Member

No description provided.

@danielmitterdorfer
Copy link
Member Author

I have shortened the line-length of a few transport related classes. While I could have done that in #17133, the original PR was already big enough so I did this separately.

maxChunkSize, maxHeaderSize, maxInitialLineLength, this.maxContentLength, receivePredictorMin, receivePredictorMax, pipelining, pipeliningMaxEvents);
logger.debug("using max_chunk_size[{}], max_header_size[{}], max_initial_line_length[{}], max_content_length[{}], " +
"receive_predictor[{}->{}], pipelining[{}], pipelining_max_events[{}]",
maxChunkSize, maxHeaderSize, maxInitialLineLength, this.maxContentLength,
Copy link
Contributor

@jpountz jpountz Apr 15, 2016

Choose a reason for hiding this comment

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

why isn't it aligned with the line above?

Copy link
Member Author

Choose a reason for hiding this comment

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

I guess IDEA did this. I'll check again.

@jpountz
Copy link
Contributor

jpountz commented Apr 15, 2016

I found one minor oddity. Otherwise LGTM.

@danielmitterdorfer
Copy link
Member Author

@jpountz Thanks for the review! I'll check and merge afterwards.

@danielmitterdorfer danielmitterdorfer merged commit 3688629 into elastic:master Apr 15, 2016
@danielmitterdorfer danielmitterdorfer deleted the shorten-line-lengths branch June 15, 2016 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants