Skip to main content

in reply to daniel:// stenberg://

cool feature, I think so 🤔

I’ve briefly reviewed code, could you please share some inside, why all int parameters have typo long? Even though you expect to have numbers 0-7?
Why not to use smaller types, for example? Or more specific types.

in reply to Anton Ohorodnyk

@aohorodnyk it mimics how we handle most other numerical options and the helper functions work on that type etc. It's not a big deal. Could possibly be tweaked but I won't lose any sleep over it...