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]); sURL := Format('http://%s:%d/socket.io/1/', [Host, Port]);
strmResponse.Clear; strmResponse.Clear;
ReadTimeout := 5 * 1000;
//get initial handshake //get initial handshake
Post(sURL, strmResponse, strmResponse); Post(sURL, strmResponse, strmResponse);
if ResponseCode = 200 {OK} then if ResponseCode = 200 {OK} then