Jukka Aalto created CAMEL-12952:
-----------------------------------
Summary: Camel-AHC-WS: does not send response to ping frame
Key: CAMEL-12952
URL: https://issues.apache.org/jira/browse/CAMEL-12952
Project: Camel
Issue Type: Bug
Components: camel-ahc-ws
Reporter: Jukka Aalto
Websocket client should send response to ping frame. See document
[https://tools.ietf.org/html/rfc6455#page-37]
Client should send pong response.
The fix should be trivial because WsListener has empty default onPing-method.
The implementation of this method should call webSocket sendPong.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)