rschmitt commented on PR #606:
URL: 
https://github.com/apache/httpcomponents-core/pull/606#issuecomment-3819226909

   > When enabled, the client sends PING frames once the SETTINGS handshake is 
complete and no streams are active, and fails the session if the peer does not 
respond with PING[ACK] within the configured timeout.
   
   This sounds way better than the current HTTP/2 implementation of 
`setValidateAfterInactivity`, which adds an entire round trip's worth of 
latency to the request path. Would it be outrageous if exposed this through 
`setValidateAfterInactivity` instead of adding something like a new `H2Config` 
option?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to