[v 3.14.1] libWebSocket issues

Hi all,

Am currently using cocos2d websocket system to connect to my server(webSocketSharp);
By using the default extension permessage-deflate code.

Upon Acceptance of the connection on my server; it returns the default extension:
client_no_context_takeover; server_no_context_takeover;

Error message is shown as this : ERR in lws_client_interpret_server_handshake {followed by the extensions}
Is this an issue with the version of cocos i am using?
Will the newer version of cocos2d-x OR libWebSocket resolve this issue?

Or plainly i am doing something wrong…

Any guidance or help would be appreciated.

Thanks