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
Currently we read data fully in memory, see here, this may ends up as gzip bomb quite easy, to protect from OOM-s we must make streaming reader with reasonable default.
The text was updated successfully, but these errors were encountered:
Currently we read data fully in memory, see here, this may ends up as gzip bomb quite easy, to protect from OOM-s we must make streaming reader with reasonable default.
The text was updated successfully, but these errors were encountered: