[asterisk-dev] [Code Review] 4431: Increase WebSocket frame size and improve large read handling
Mark Michelson
reviewboard at asterisk.org
Tue Feb 24 16:16:09 CST 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4431/#review14532
-----------------------------------------------------------
Ship it!
Ship It!
- Mark Michelson
On Feb. 20, 2015, 3:39 p.m., David Lee wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/4431/
> -----------------------------------------------------------
>
> (Updated Feb. 20, 2015, 3:39 p.m.)
>
>
> Review request for Asterisk Developers.
>
>
> Repository: Asterisk
>
>
> Description
> -------
>
> Some WebSocket applications, like [chan_respoke][], require a larger
> frame size than the default 8k; this patch bumps the default to 16k.
> This patch also fixes some problems exacerbated by large frames.
>
> The sanity counter was decremented on every fread attempt in
> ws_safe_read(), regardless of whether data was read from the socket or
> not. For large frames, this could result in loss of sanity prior to
> reading the entire frame. (16k frame / 1448 bytes per segment = 12
> segments).
>
> This patch changes the sanity counter so that it only decrements when
> fread() doesn't read any bytes. This more closely matches the original
> intention of ws_safe_read(), given that the error message is
> "Websocket seems unresponsive".
>
> This patch also properly logs EOF conditions, so disconnects are no
> longer confused with unresponsive connections.
>
> [chan_respoke]: https://github.com/respoke/chan_respoke
>
>
> Diffs
> -----
>
> /branches/11/res/res_http_websocket.c 431915
>
> Diff: https://reviewboard.asterisk.org/r/4431/diff/
>
>
> Testing
> -------
>
> Ran a Node app that continuously send large WebSocket frame to Asterisk.
>
> https://gist.github.com/leedm777/ba6d86468d7646073286
>
> Without the patch, Asterisk fails in less than 10 frames. With the patch, it runs like a boss.
>
>
> Thanks,
>
> David Lee
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20150224/2f22e137/attachment.html>
More information about the asterisk-dev
mailing list