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

Listener Options #72

Closed
lmajano opened this issue Feb 20, 2017 · 1 comment
Closed

Listener Options #72

lmajano opened this issue Feb 20, 2017 · 1 comment
Milestone

Comments

@lmajano
Copy link

lmajano commented Feb 20, 2017

@denuno What would be the best way to configure the listener options available in undertow: http://undertow.io/undertow-docs/undertow-docs-1.3.0/listeners.html

denuno pushed a commit that referenced this issue Jun 14, 2017
@denuno
Copy link
Member

denuno commented Jun 16, 2017

The only listener we didn't have was HTTP2, which I wanted to get in there, so the first implementation is in, along with a LearningPushHandler, which theoretically builds up a cache of things the server sends out over http and then can send it out over http2 if the browser supports it. Seems pretty darn cool but I haven't tested it much. Enabled by passing -http2 true or --http2-enable true. HTTP2 basically requires SSL so that's automatically enabled if http2 is.

@denuno denuno added this to the 3.6.1 milestone Jul 2, 2017
@denuno denuno closed this as completed in bcf2272 Sep 27, 2017
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

No branches or pull requests

2 participants