Ver Fonte

[httpServer] simple change

Exilon há 4 anos atrás
pai
commit
9893e3febc
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Quick.HttpServer.Request.pas

+ 1 - 1
Quick.HttpServer.Request.pas

@@ -143,7 +143,7 @@ implementation
 
 
 function THttpRequest.ContentAsString: string;
 function THttpRequest.ContentAsString: string;
 begin
 begin
-  if fContent <> nil then Result := StreamToString2(fContent,TEncoding.UTF8);
+  if fContent <> nil then Result := StreamToString(fContent,TEncoding.UTF8);
 end;
 end;
 
 
 constructor THttpRequest.Create;
 constructor THttpRequest.Create;