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
It would be great for production servers to be able to specify the maximum number of bytes per line.
For example, some server may handle incoming data in a streaming fashion, in which case the total input may be unbounded but we'd still want to add length limits on individual lines.