2
0
Эх сурвалжийг харах

[httpServer] simple change

Exilon 4 жил өмнө
parent
commit
9893e3febc

+ 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;