A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nodejs/node/commit/c457f9ed5a below:

cache invariant code motion · nodejs/node@c457f9e · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed Original file line number Diff line number Diff line change

@@ -1652,11 +1652,12 @@ void Http2Session::HandleSettingsFrame(const nghttp2_frame* frame) {

1652 1652

int32_t settings_id = iv[i].settings_id;

1653 1653

if (settings_id >=

1654 1654

IDX_SETTINGS_COUNT) { // unsupported, additional settings

1655 +

auto iv_value = iv[i].value;

1655 1656

for (size_t j = 0; j < numsettings; ++j) {

1656 1657

if ((remote_custom_settings_.entries[j].settings_id & 0xFFFF) ==

1657 1658

settings_id) {

1658 1659

remote_custom_settings_.entries[j].settings_id = settings_id;

1659 -

remote_custom_settings_.entries[j].value = iv[i].value;

1660 +

remote_custom_settings_.entries[j].value = iv_value;

1660 1661

break;

1661 1662

}

1662 1663

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4