We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5b3813 + 6030ce7 commit eb6f036Copy full SHA for eb6f036
1 file changed
CORE/Source/Basic/uRESTDWBasic.pas
@@ -3532,7 +3532,7 @@ procedure TRESTClientPoolerBase.SetIpVersion(IpV: TRESTDWClientIpVersions);
3532
vUrlToExec := Url
3533
Else
3534
vUrlToExec := Cmd;
3535
- If (Cmd <> '/') And (Cmd <> '') Then
+ // If (Cmd <> '/') And (Cmd <> '') Then
3536
ReadRawHeaders;
3537
vCompareContext := CompareBaseURL(Cmd); // := aDefaultUrl;
3538
If Cmd <> '' Then
0 commit comments