Răsfoiți Sursa

[httpServer] simple change

Exilon 4 ani în urmă
părinte
comite
9893e3febc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Quick.HttpServer.Request.pas

+ 1 - 1
Quick.HttpServer.Request.pas

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