-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugUnexpected, undesireable, or erroneous behaviorUnexpected, undesireable, or erroneous behaviorlibcURL moduleInvolves the libcURL moduleInvolves the libcURL module
Description
Expected behavior
PUT should run with no errors.
Actual behavior
Code run per the example given to PUT ftp file returns "URL using bad/illegal format or missing URL" when build architecture set to ARM 64-bit
Steps to reproduce the behavior
Run the demo app with the latest version with build architecture set to X86 64-bit. PUT a file to a server. File transfer is successful.
Close the demo app, change the architecture to ARM 64-bit. PUT the same file to a server and response is "CURLE_URL_MALFORMAT(3): URL using bad/illegal format or missing URL"
Metadata
Metadata
Assignees
Labels
bugUnexpected, undesireable, or erroneous behaviorUnexpected, undesireable, or erroneous behaviorlibcURL moduleInvolves the libcURL moduleInvolves the libcURL module