Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 http2 support for Kibana server #183465
Add http2 support for Kibana server #183465
Changes from all commits
364ee52
2205584
d893a06
a9f73a1
7ba90c9
8b7f775
c250d41
9c2f9aa
3bc8265
1eb5d7f
0a06093
447548d
f43ee8f
ffbab26
537a365
e7819fb
12b4a1c
55c0e10
ec6e95c
84009a5
1ae9eb2
41b7951
0799cba
fd5b5a8
5be430e
943acfa
8bd0bc7
1d579cd
2dcdc59
ca2fb97
da6d7d9
69f81f2
9fa7428
e61e45f
279b49c
c257870
ecebcbd
d8ed82f
d374a63
37e54cf
7092c3b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dev deps - only used by the new http2 basepathproxy server in dev setup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Illegal http2 headers (see
stripIllegalHttp2Headers
for the list) are not only causing warnings, they can also just terminate the Kibana process.That's why we're removing it in the handler wrapper, and we log a warning in development mode so that developers can be informed and remove it from their handler.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.