README.md in faye-websocket-0.7.0 vs README.md in faye-websocket-0.7.1

- old
+ new

@@ -162,9 +162,11 @@ `protocols` as an array of subprotocols as described above, or `nil`. `options` is an optional hash containing any of these keys: * `:headers` - a hash containing key-value pairs representing HTTP headers to be sent during the handshake process +* `:max_length` - the maximum allowed size of incoming message frames, in bytes. + The default value is `2^30 - 1`, or 1 byte short of 1 GiB. * `:ping` - an integer that sets how often the WebSocket should send ping frames, measured in seconds ## WebSocket API