mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +02:00
* Fix bug ID #31416 (POST content not read when initializing request)
git-svn-id: trunk@37860 -
This commit is contained in:
parent
a7d3d2d298
commit
a9f2f71a81
@ -481,6 +481,7 @@ begin
|
||||
SetHTTPVariable(hvURL,FRequest^.unparsed_uri);
|
||||
SetHTTPVariable(hvQuery,MaybeP(FRequest^.args));
|
||||
SetHeader(hhHost,MaybeP(FRequest^.HostName));
|
||||
ReadContent;
|
||||
end;
|
||||
|
||||
constructor TApacheRequest.CreateReq(App: TApacheHandler; ARequest: PRequest_rec
|
||||
|
Loading…
Reference in New Issue
Block a user