-
-
Notifications
You must be signed in to change notification settings - Fork 651
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This would solve...
Some http2 servers expect to receive PING frame during long periods of inactivity. For example, Apple's APNS service requires sending a PING in order to keep a connection alive. Note: keep alive is not enough.
The implementation should look like...
Both Pool
and Client
should expose a ping()
method which calls the underlying Http2Session.ping()
method.
Real-world issue
Real-world work around
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request