|
@@ -513,7 +513,6 @@ begin
|
|
Result:=':'+IntToStr(URI.Port)+Result;
|
|
Result:=':'+IntToStr(URI.Port)+Result;
|
|
Result:=URI.Protocol+'://'+URI.Host+Result;
|
|
Result:=URI.Protocol+'://'+URI.Host+Result;
|
|
end;
|
|
end;
|
|
- Writeln('Doing URL : ',Result);
|
|
|
|
end;
|
|
end;
|
|
|
|
|
|
function TFPCustomHTTPClient.GetSocketHandler(const UseSSL: Boolean): TSocketHandler;
|
|
function TFPCustomHTTPClient.GetSocketHandler(const UseSSL: Boolean): TSocketHandler;
|