| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent acaf5dd commit 848c2d5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1650,11 +1650,12 @@ void Http2Session::HandleSettingsFrame(const nghttp2_frame* frame) { | |||
| 1650 | 1650 | int32_t settings_id = iv[i].settings_id; | |
| 1651 | 1651 | if (settings_id >= | |
| 1652 | 1652 | IDX_SETTINGS_COUNT) { // unsupported, additional settings | |
| 1653 | + auto iv_value = iv[i].value; | ||
| 1653 | 1654 | for (size_t j = 0; j < numsettings; ++j) { | |
| 1654 | 1655 | if ((remote_custom_settings_.entries[j].settings_id & 0xFFFF) == | |
| 1655 | 1656 | settings_id) { | |
| 1656 | 1657 | remote_custom_settings_.entries[j].settings_id = settings_id; | |
| 1657 | - remote_custom_settings_.entries[j].value = iv[i].value; | ||
| 1658 | + remote_custom_settings_.entries[j].value = iv_value; | ||
| 1658 | 1659 | break; | |
| 1659 | 1660 | } | |
| 1660 | 1661 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments