Allow customizing the websocket handshake timeout (#264)
This commit is contained in:
@ -48,6 +48,7 @@ namespace ix
|
||||
void setUrl(const std::string& url);
|
||||
|
||||
// send extra headers in client handshake request
|
||||
void setHandshakeTimeout(int handshakeTimeoutSecs);
|
||||
void setExtraHeaders(const WebSocketHttpHeaders& headers);
|
||||
void setPerMessageDeflateOptions(
|
||||
const WebSocketPerMessageDeflateOptions& perMessageDeflateOptions);
|
||||
|
Reference in New Issue
Block a user