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

Add header Keep-Alive: timeout=.. to http server response [#METR-23933] #297

Merged
merged 1 commit into from
Dec 31, 2016

Conversation

proller
Copy link
Contributor

@proller proller commented Dec 30, 2016

No description provided.

namespace DB
{

void setResponceDefaultHeaders(Poco::Net::HTTPServerResponse & response);
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably a typo ^, did you want setResponseDefaultHeaders() ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops. Thank you.
It was already fixed, but eated by git ;)

namespace DB
{

void setResponseDefaultHeaders(Poco::Net::HTTPServerResponse & response) {
Copy link
Member

Choose a reason for hiding this comment

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

Opening curly brace must be in next line (style).

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

3 participants