vti / protocol-websocket

Protocol::WebSocket
Other
40 stars 27 forks source link

Optionally turn off payload size checking #43

Closed plicease closed 8 years ago

plicease commented 8 years ago

By perhaps setting max_payload_size to 0 or undef?

vti commented 8 years ago

Yeah, can you do a pull request?

plicease commented 8 years ago

Thanks for merging! If you could cut a release soonish I would appreicate it, as I'd like to use this in the next version of AnyEvent::WebSocket::Client.

vti commented 8 years ago

Done