Hi! Today I was trying to implement the OCPP1.6J Protocol with mist.
One of the requirements of it is to send on the Upgrade Request the Sec-Websocket-Protocol Header with the Protocol version that the server accepts. Looking at the code on upgrade_socket, it seems that that there is no way to customizing this header.
Is there a recommended way to accomplish that?
Hi! Today I was trying to implement the OCPP1.6J Protocol with mist.
One of the requirements of it is to send on the Upgrade Request the
Sec-Websocket-ProtocolHeader with the Protocol version that the server accepts. Looking at the code on upgrade_socket, it seems that that there is no way to customizing this header.Is there a recommended way to accomplish that?