kazu-yamamoto / http2

HTTP/2.0 library including HPACK
BSD 3-Clause "New" or "Revised" License
86 stars 23 forks source link

Support keep-alive pings #149

Open edsko opened 1 month ago

edsko commented 1 month ago

My understanding is that http2 supports reacting to keep-alive pings (and rate limits them), but does not send any of its own. It would be good to have support for this.

Opening this ticket primarily just for the record so that I don't forget about it; it's not a request for anything :) It's possibly I might get around to it myself at some point, though if so, that probably won't be any time soon.

kazu-yamamoto commented 1 month ago

You are right. It should be easy to implement sending pings.