Skip to content

Commit

Permalink
bugfix-http-version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrN1ghtmare committed May 31, 2023
1 parent fd07c11 commit dfdfd47
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 dfdfd47

Please sign in to comment.