Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(server): change
max_local_error_reset_streams
function to `&mut…
… self` (#3820) BREAKING CHANGE: `http2::Builder::max_local_error_reset_streams()` now takes `&mut self` and returns `&mut Self`. In practice, this shouldn't break almost anyone. It was the wrong receiver and return types.
- Loading branch information