pub fn frame_within_bound(len: usize) -> boolExpand description
Whether a frame body of len bytes is within PEX_MAX_FRAME. A caller MUST check this
before allocating or reading the body (the stream binding checks the length prefix; the relay
binding checks the WebSocket payload length).