Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-SMF
Commits
6dfb9423
Commit
6dfb9423
authored
Jul 01, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code cleanup
parent
e6cf9486
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
src/smf_app/smf_sbi.cpp
src/smf_app/smf_sbi.cpp
+0
-9
No files found.
src/smf_app/smf_sbi.cpp
View file @
6dfb9423
...
...
@@ -1149,15 +1149,6 @@ void smf_sbi::curl_release_handles() {
// Get HTTP code
curl_easy_getinfo
(
curl
,
CURLINFO_RESPONSE_CODE
,
&
http_code
);
Logger
::
smf_app
().
debug
(
"Got response with HTTP code %d!"
,
http_code
);
/*
char* curl_url = nullptr;
int res = curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL,
&curl_url); if (res == CURLE_OK and curl_url) { std::string
curl_url_str(curl_url); trigger_process_response(curl_url_str,
http_code);
}
*/
uint32_t
*
promise_id
=
nullptr
;
curl_easy_getinfo
(
curl
,
CURLINFO_PRIVATE
,
&
promise_id
);
if
(
promise_id
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment