Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
struct {
char *origin;
char *host;
+ char *hostname;
char *protocol;
char *uri;
char *cookie;
size_t hybiCurrentFrameSize;
WebSocketHybiDecodeState hybiCurrentDecodeState;
Bool useSSL;
+ Bool permitUnverifiedSSL;
char *upgradeNonceBase64;
rqContext *randomContext;
} webSocket;
int *outError);
#endif
AsyncSocket *AsyncSocket_ConnectWebSocket(const char *url,
+ Bool permitUnverifiedSSL,
const char *cookies,
AsyncSocketConnectFn connectFn,
void *clientData,