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

* Patch from stephano to fix header parsing (bug ID 29918)

git-svn-id: trunk@33364 -
michael 9 жил өмнө
parent
commit
13e1bf4066

+ 1 - 1
packages/fcl-web/src/base/fphttpserver.pp

@@ -420,7 +420,7 @@ begin
     Exit;
     Exit;
     end;
     end;
   N:=Copy(V,1,P-1);
   N:=Copy(V,1,P-1);
-  Delete(V,1,P+1);
+  Delete(V,1,P);
   V:=Trim(V);
   V:=Trim(V);
   ARequest.SetFieldByName(N,V);
   ARequest.SetFieldByName(N,V);
 end;
 end;