Skip to content

Commit 6030ce7

Browse files
author
ronierys2@hotmail.com
committed
Update uRESTDWBasic.pas
- Correção da lógica de replace do CustomHeaders; - Ajuste para sempre passar pelo ReadRawHeaders.
1 parent d2c173d commit 6030ce7

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)