A quick fix that seems to correct the issue is to add a FTargetPort:= FPort to the procedure THttpCli.StartRelocation in the OverbyteIcsHttpProt unit.

procedure THttpCli.StartRelocation;
...
         CleanupSendStream;
         LoginDelayed;
     end
     else begin
+        FTargetPort:= FPort;
         FCtrlSocket.OnSessionClosed := LocationSessionClosed;
         FCtrlSocket.CloseDelayed;
     end;
 end;
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to