Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix configure option handling #10

Merged
merged 4 commits into from Dec 30, 2020
Merged

Conversation

stephanm
Copy link

@stephanm stephanm commented Apr 3, 2020

The -tlsauthtype and -transferencoding options were missing from the optionTable/configTable. That was causing the options after -tlsauthpassword to be broken.

-ftpsslccc was missing the last 'c'.

The curl_off_t code was just copy&paste from the long version. This means that offsets larger than ~2GBytes didn't work on platforms where long is 32 bits in size.

Finally the -postfieldsize option was not really implemented. The last patch in this set fixes this. This option is mandatory for POST requests using HTTP 1.0 when using libcurl >= 7.66.0 (see https://curl.haxx.se/libcurl/c/CURLOPT_POST.html).

@bovine bovine merged commit d7f80cc into flightaware:master Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants