Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
src: remove redundant cast in node_http2.h
PR-URL: #25978 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -388,7 +388,7 @@ class Http2Options { | ||
| } | ||
|
|
||
| void SetPaddingStrategy(padding_strategy_type val) { | ||
| padding_strategy_ = val; | ||
| } | ||
|
|
||
| padding_strategy_type GetPaddingStrategy() const { | ||