Skip to content

Commit

Permalink
Merge pull request #142 from santanasoft-development/master
Browse files Browse the repository at this point in the history
bugfix-http-version
  • Loading branch information
viniciussanchez authored May 31, 2023
2 parents fd07c11 + dfdfd47 commit 052d003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RESTRequest4D.Request.Indy.pas
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ constructor TRequestIndy.Create;
Self.ContentType('application/json');
FRetries := 0;
FIdMultiPartFormDataStream := TIdMultiPartFormDataStream.Create;
FIdHTTP.HTTPOptions:= [hoKeepOrigProtocol];
end;

destructor TRequestIndy.Destroy;
Expand Down

0 comments on commit 052d003

Please sign in to comment.