Skip to content

Commit 153c995

Browse files
committed
[Fizz] correctly track header length (#30327)
The interstital characters in our link header tracking are not contributing to the remaining capacity calculation so when a lot of inditidual links are present in the link header it can allow an overflowing link header to be included. This change corrects the math so it properly prevents overflow. DiffTrain build for [79e4f23](79e4f23)
1 parent d38d953 commit 153c995

36 files changed

+116
-116
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ff89ba734668fdac06e8de476486830bbf9e0785
1+
79e4f23808435d74eaa4a199ae0093cfc176f583
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ff89ba734668fdac06e8de476486830bbf9e0785
1+
79e4f23808435d74eaa4a199ae0093cfc176f583

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,7 @@ __DEV__ &&
19981998
exports.useTransition = function () {
19991999
return resolveDispatcher().useTransition();
20002000
};
2001-
exports.version = "19.0.0-www-classic-ff89ba73-20240712";
2001+
exports.version = "19.0.0-www-classic-79e4f238-20240713";
20022002
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20032003
"function" ===
20042004
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ __DEV__ &&
19781978
exports.useTransition = function () {
19791979
return resolveDispatcher().useTransition();
19801980
};
1981-
exports.version = "19.0.0-www-modern-ff89ba73-20240712";
1981+
exports.version = "19.0.0-www-modern-79e4f238-20240713";
19821982
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19831983
"function" ===
19841984
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,4 +669,4 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-classic-ff89ba73-20240712";
672+
exports.version = "19.0.0-www-classic-79e4f238-20240713";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,4 +669,4 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-modern-ff89ba73-20240712";
672+
exports.version = "19.0.0-www-modern-79e4f238-20240713";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ exports.useSyncExternalStore = function (
673673
exports.useTransition = function () {
674674
return ReactSharedInternals.H.useTransition();
675675
};
676-
exports.version = "19.0.0-www-classic-ff89ba73-20240712";
676+
exports.version = "19.0.0-www-classic-79e4f238-20240713";
677677
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
678678
"function" ===
679679
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ exports.useSyncExternalStore = function (
673673
exports.useTransition = function () {
674674
return ReactSharedInternals.H.useTransition();
675675
};
676-
exports.version = "19.0.0-www-modern-ff89ba73-20240712";
676+
exports.version = "19.0.0-www-modern-79e4f238-20240713";
677677
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
678678
"function" ===
679679
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17021,14 +17021,14 @@ __DEV__ &&
1702117021
scheduleRoot: scheduleRoot,
1702217022
setRefreshHandler: setRefreshHandler,
1702317023
getCurrentFiber: getCurrentFiberForDevTools,
17024-
reconcilerVersion: "19.0.0-www-classic-ff89ba73-20240712"
17024+
reconcilerVersion: "19.0.0-www-classic-79e4f238-20240713"
1702517025
});
1702617026
})({
1702717027
findFiberByHostInstance: function () {
1702817028
return null;
1702917029
},
1703017030
bundleType: 1,
17031-
version: "19.0.0-www-classic-ff89ba73-20240712",
17031+
version: "19.0.0-www-classic-79e4f238-20240713",
1703217032
rendererPackageName: "react-art"
1703317033
});
1703417034
var ClippingRectangle = TYPES.CLIPPING_RECTANGLE,

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16432,14 +16432,14 @@ __DEV__ &&
1643216432
scheduleRoot: scheduleRoot,
1643316433
setRefreshHandler: setRefreshHandler,
1643416434
getCurrentFiber: getCurrentFiberForDevTools,
16435-
reconcilerVersion: "19.0.0-www-modern-ff89ba73-20240712"
16435+
reconcilerVersion: "19.0.0-www-modern-79e4f238-20240713"
1643616436
});
1643716437
})({
1643816438
findFiberByHostInstance: function () {
1643916439
return null;
1644016440
},
1644116441
bundleType: 1,
16442-
version: "19.0.0-www-modern-ff89ba73-20240712",
16442+
version: "19.0.0-www-modern-79e4f238-20240713",
1644316443
rendererPackageName: "react-art"
1644416444
});
1644516445
var ClippingRectangle = TYPES.CLIPPING_RECTANGLE,

0 commit comments

Comments
 (0)