-
Notifications
You must be signed in to change notification settings - Fork 281
2.6 jetty http2 http3 #1457
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
base: 2.6
Are you sure you want to change the base?
2.6 jetty http2 http3 #1457
Conversation
e15ec0d
to
7d30753
Compare
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.
Looks great overall, a few minor comments added
* <tr> | ||
* <td>http.transport.mode</td> | ||
* <td>string</td> | ||
* <td>http1</td> |
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.
@thboileau Could we use "HTTP1_1" and "HTTP2" for consistency with the protocol version and client-side parameter?
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.
sure, thanks
* <tr> | ||
* <td>http.transport.protocols</td> | ||
* <td>string</td> | ||
* <td>http1</td> |
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.
Same comment about "HTTP1_1"
* @return a keystore. | ||
* @throws Exception | ||
*/ | ||
private static KeyStore loadKeyStore(String path, String provider, String type, char[] password) throws Exception { |
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.
Could this method be non static and protected to allow overridding?
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.
sure, thanks
|
||
@Override | ||
public void stop() throws Exception { | ||
getLogger().info("Stopping the Jetty " + getProtocols() + " server on port " + getHelped().getPort()); |
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.
hi @jlouvel I see that the number of spaces for a tab is 8 with my Eclipse installation.
Do you see the same?
The aim
Currently only the support of http2
Check-list
DO NOT REVIEW