★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/f71d6762caNouvelle recherche | Portail wanayoo
Skip to content
Permalink
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
gengjiawen authored and targos committed Feb 14, 2019
1 parent cb86357 commit f71d6762ca57af8973ca0e0af6b57b1202458258
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/node_http2.h
@@ -388,7 +388,7 @@ class Http2Options {
}

void SetPaddingStrategy(padding_strategy_type val) {
padding_strategy_ = static_cast<padding_strategy_type>(val);
padding_strategy_ = val;
}

padding_strategy_type GetPaddingStrategy() const {

0 comments on commit f71d676

Please sign in to comment.