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

Http2 support #514

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Http2 support #514

wants to merge 3 commits into from

Conversation

gimlet2
Copy link

@gimlet2 gimlet2 commented Apr 4, 2016

Http2 support added. To be able to use http2 pay attention to add right version of alnp library to boot classpath.

…ht version of alnp library to boot classpath.
@gorros
Copy link

gorros commented Jun 15, 2016

@gimlet2 Do you know in which version of http2 will be available?

@tipsy
Copy link
Contributor

tipsy commented Feb 27, 2017

This is great. @gimlet2, could you update this?

@gimlet2
Copy link
Author

gimlet2 commented Feb 27, 2017

@tipsy, updated

*/
public class HelloSecureHttp2World {
public static void main(String[] args) {
secure(args[0], args[1], null, null);
Copy link
Contributor

Choose a reason for hiding this comment

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

secure(SparkTestUtil.getKeyStoreLocation(), SparkTestUtil.getKeystorePassword(), null, null);

@tipsy
Copy link
Contributor

tipsy commented Feb 27, 2017

To be able to use http2 pay attention to add right version of alnp library to boot classpath.

How can I do this?
Edit: Could this help? https://github.com/jetty-project/jetty-alpn-agent

Can you add some tests?

@tdalbo92
Copy link

@tipsy Are we just missing tests? Is that the only thing blocking this from delivery?

@tipsy
Copy link
Contributor

tipsy commented Aug 16, 2017

@tdalbo92 From what I can see, yes. But @perwendel needs to merge this one.

@tdalbo92
Copy link

@tipsy beautiful, thanks for the update. I'm interested in getting this in as part of a new project I'm writing.

If there's help needed with the tests, I can give it my best to write some.

@contivero
Copy link

Any news on this? I'd love to be able to use HTTP2 for a site I'm working on.

@ghost
Copy link

ghost commented Mar 2, 2018

any news on that? Would love to use http2 instead of websockets !

@raffaeleragni
Copy link

I'm baffled by this.
Doesn't look like anything complicated by reading the pull request changes, and yet after 3 years still here it is.

@camdenorrb
Copy link

Any updates?

@gsivamal
Copy link

Any progress on getting in http2 support done.

@luneo7 luneo7 mentioned this pull request Jul 20, 2020
@luneo7
Copy link

luneo7 commented Jul 20, 2020

I did a new PR from where gimlet2 left, added the tests and updated the code so it works with the current Jetty version and also added support for HTTP 2 clear protocol #1183

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.

None yet

10 participants