forked from quic-go/quic-go
* http3: reset request streams accepted after graceful shutdown The server needs to let the client know that these streams are not getting processed, using the H3_REQUEST_REJECTED error code. * add an integration test for graceful shutdown stream cancellations