This commit is contained in:
André Mussche 2014-05-08 09:31:51 +02:00
commit 491206d8fb

View file

@ -542,6 +542,7 @@ begin
sURL := Format('http://%s:%d/socket.io/1/', [Host, Port]);
strmResponse.Clear;
ReadTimeout := 5 * 1000;
//get initial handshake
Post(sURL, strmResponse, strmResponse);
if ResponseCode = 200 {OK} then