Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete H2 reset promise as soon as the reset frame has been sent.
Motivation: The recent changes in HTTP reset API introduced a returned future to signal when the stream reset is performed. The implementation completes the future when the stream reset has been written, instead we should complete it as soon as the frame is written. Changes: Complete the H2 reset future after the reset frame has been written.
- Loading branch information