Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it use the feature bitmask instead of walking through the list of feature strings. This isn't future-proof of course and the feature bitmask is almost full as of curl v8.4.0. In case we need to check for a yet-to-be-added curl feature that is only available through the feature string list, we will have to reintroduce the list parsing. Also avoid mid block variable declaration. Ref: #257 (comment)
- Loading branch information