Skip to content

Commit eb6f036

Browse files
authored
Update uRESTDWBasic.pas (#380)
2 parents c5b3813 + 6030ce7 commit eb6f036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CORE/Source/Basic/uRESTDWBasic.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3532,7 +3532,7 @@ procedure TRESTClientPoolerBase.SetIpVersion(IpV: TRESTDWClientIpVersions);
35323532
vUrlToExec := Url
35333533
Else
35343534
vUrlToExec := Cmd;
3535-
If (Cmd <> '/') And (Cmd <> '') Then
3535+
// If (Cmd <> '/') And (Cmd <> '') Then
35363536
ReadRawHeaders;
35373537
vCompareContext := CompareBaseURL(Cmd); // := aDefaultUrl;
35383538
If Cmd <> '' Then

0 commit comments

Comments
 (0)