<p style="white-space: pre-wrap; word-wrap: break-word;">So there are two WebSocket bugs that this fixes:</p><p style="white-space: pre-wrap; word-wrap: break-word;">1) We weren't unmasking the close frame payload<br>2) We aren't echoing the status code in our own close frame</p><p style="white-space: pre-wrap; word-wrap: break-word;">On the other hand, the fact that the connection isn't closing when the WebSocket callback read loop exits is a separate bug and I don't think that this is the appropriate way to resolve it. You will note that if you run your test-ws.py script specifying 'echo' as the subprotocol, the connection is closed as expected (ignoring that the wrong status code is echoed back to the client).</p><p style="white-space: pre-wrap; word-wrap: break-word;">The idle check in res_pjsip_transport_management is keeping a reference to the transport which, when released, allows the transport to be shutdown. This only happens when the scheduler fires ~32 seconds after the connection is established. What we should do is cancel the scheduled task and release the transport reference there, which would allow for immediate closure.</p><p><a href="https://gerrit.asterisk.org/10861">View Change</a></p><ul style="list-style: none; padding: 0;"></ul><p>To view, visit <a href="https://gerrit.asterisk.org/10861">change 10861</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/10861"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: Icb1b60205fc77ee970ddc91d1f545671781344cf </div>
<div style="display:none"> Gerrit-Change-Number: 10861 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Jeremy LainĂ© <jeremy.laine@m4x.org> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation (1000185) </div>
<div style="display:none"> Gerrit-Reviewer: Jeremy LainĂ© <jeremy.laine@m4x.org> </div>
<div style="display:none"> Gerrit-Reviewer: Joshua C. Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean.bright@gmail.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Tue, 15 Jan 2019 14:49:04 +0000 </div>
<div style="display:none"> Gerrit-HasComments: No </div>
<div style="display:none"> Gerrit-HasLabels: No </div>