You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to capping the segdata read in PushAPI client <-> B, increasing the scope of this issue to also use the same cap between B <-> O <-> T for the source segment and transcoded renditions
Currently,
HandlePush
handler reads incoming request unconditionally, all the way through.That means that bad actor can stream until node will eat up all the memory and will be killed.
We should cap this read at some reasonable amount.
The text was updated successfully, but these errors were encountered: