Skip to content

feat(transport): expose HTTP2 server keepalive interval and timeout#486

Merged
LucioFranco merged 1 commit intohyperium:masterfrom
pdcalado:master
Jan 5, 2021
Merged

feat(transport): expose HTTP2 server keepalive interval and timeout#486
LucioFranco merged 1 commit intohyperium:masterfrom
pdcalado:master

Conversation

@pdcalado
Copy link
Contributor

Adds two methods to transport::server::Server for setting HTTP2 server
keepalive interval and timeout as exposed by hyper::server::Builder.

Fixes #474

Note: I have not included a test, since this feature uses a functionality exposed and tested by hyper.

Motivation and Solution

The details behind the motivation and proposed solution can be found in the issue #474

Adds two methods to `transport::server::Server` for setting HTTP2 server
keepalive interval and timeout as exposed by `hyper::server::Builder`.

Fixes hyperium#474
Copy link
Member

@LucioFranco LucioFranco left a comment

Choose a reason for hiding this comment

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

Thanks!

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.

Expose server support for http2 keep-alive

2 participants