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
Am I understanding correctly that FragmentCollectorRead doesn't limit the size of the message? Max message size is applied only during parsing frame header, i.e. to the payload in the frame but not inside FragmentCollectorRead::read_frame during accumulation.
Am I understanding correctly that
FragmentCollectorRead
doesn't limit the size of the message? Max message size is applied only during parsing frame header, i.e. to the payload in the frame but not insideFragmentCollectorRead::read_frame
during accumulation.fastwebsockets/src/lib.rs
Line 735 in 22c5e72
The text was updated successfully, but these errors were encountered: