chickadee » schematra » websocket-max-frame-size

websocket-max-frame-size #!optional bytesparameter

Maximum size of a single incoming frame. Default 1 MB. Larger frames are rejected before the payload is read (a defense against buffer-exhaustion attacks) and the connection is closed with code 1009 (message too big).