Skip to content

Commit

Permalink
Merge pull request wso2#1402 from Arshardh/origin-config
Browse files Browse the repository at this point in the history
Add pass through control frames config for web sockets
  • Loading branch information
Arshardh authored Nov 23, 2022
2 parents b30c74e + 02461cc commit 4ca851a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
{% if apim.wss.ciphers is defined %}
<parameter name="wss.ssl.cipher.suites">{{apim.wss.ciphers}}</parameter>
{% endif %}
{%if apim.wss.pass_through_control_frames is defined %}
<parameter name="ws.pass.through.control.frames">{{apim.wss.pass_through_control_frames}}</parameter>
{%endif%}
</parameters>
</inboundEndpoint>
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
{%if apim.ws.outflow.dispatch.idleTime is defined %}
<parameter name="ws.outflow.dispatch.idleTime">{{apim.ws.outflow.dispatch.idleTime}}</parameter>
{%endif%}
{%if apim.ws.pass_through_control_frames is defined %}
<parameter name="ws.pass.through.control.frames">{{apim.ws.pass_through_control_frames}}</parameter>
{%endif%}
</parameters>
</inboundEndpoint>
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
{% if apim.wss.ciphers is defined %}
<parameter name="wss.ssl.cipher.suites">{{apim.wss.ciphers}}</parameter>
{% endif %}
{%if apim.wss.pass_through_control_frames is defined %}
<parameter name="ws.pass.through.control.frames">{{apim.wss.pass_through_control_frames}}</parameter>
{%endif%}
</parameters>
</inboundEndpoint>
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
{%if apim.ws.outflow.dispatch.idleTime is defined %}
<parameter name="ws.outflow.dispatch.idleTime">{{apim.ws.outflow.dispatch.idleTime}}</parameter>
{%endif%}
{%if apim.ws.pass_through_control_frames is defined %}
<parameter name="ws.pass.through.control.frames">{{apim.ws.pass_through_control_frames}}</parameter>
{%endif%}
</parameters>
</inboundEndpoint>

0 comments on commit 4ca851a

Please sign in to comment.