Add too_many_resets debug_data to the GOAWAY we send #3211
Labels
A-http2
Area: HTTP/2 specific.
C-refactor
Category: refactor. This would improve the clarity of internal code.
E-easy
Effort: easy. A task that would be a great starting point for a new contributor.
There was a new GOAWAY added in hyperium/h2#668. It would be helpful to send some extra debug data in the GOAWAY so that peers can know they hit a limit. This is now easier thanks to #3200.
library_go_away_data()
constructor.too_many_resets
message to that error.#[unstable]
introduced in Add internal serialization of debug_data to HTTP/2 GOAWAY frames #3200 fromsrc/server
andsrc/proto/connection
, and the other unit test.The text was updated successfully, but these errors were encountered: