TSReturnCode TSHttp2GraceShutdown(TSHttpTxn txnp) With this new API, plugins can request a grace shutdown by sending GOAWAY frames (https://httpwg.org/specs/rfc7540.html#GOAWAY).
This will also replace this PR https://github.com/apache/trafficserver/pull/11046 Fei Deng