-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
mapper: add official support for custom mappers #228
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #228 +/- ##
==========================================
- Coverage 63.89% 63.82% -0.08%
==========================================
Files 72 72
Lines 5337 5329 -8
Branches 772 773 +1
==========================================
- Hits 3410 3401 -9
Misses 1497 1497
- Partials 430 431 +1 ☔ View full report in Codecov by Sentry. |
9e10874
to
5b64357
Compare
goto out; | ||
} | ||
curl_mapper->url = strdup(input); | ||
curl_mapper->handle = curl_easy_init(); |
Check failure
Code scanning / SonarCloud
Weak SSL/TLS protocols should not be used
fc64565
to
bbf3a2f
Compare
faa0a68
to
e3ca8a3
Compare
This commit makes the mappers more decoupled from the rest of libsqsh. The user data is now set and retrieved a pointer instead through a public API instead of accessing SqshMapper directly. This makes the mappers more opaque to the rest of libsqsh.
86c3dbb
to
8d0d068
Compare
Quality Gate passedIssues Measures |
No description provided.