mirror of
https://github.com/facebook/react.git
synced 2026-02-27 03:07:57 +00:00
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.