Skip to content

Commit

Permalink
refactor(curl_data_sourc): split out CURLHTTPContext class
Browse files Browse the repository at this point in the history
clean up curl on exit

Signed-off-by: pingkai <pingkai010@gmail.com>
  • Loading branch information
pingkai committed Feb 24, 2020
1 parent 7cc6587 commit 49d7694
Show file tree
Hide file tree
Showing 5 changed files with 1,039 additions and 984 deletions.
2 changes: 1 addition & 1 deletion framework/data_source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set(SOURCE_FILES ${SOURCE_FILES}
proxyDataSource.cpp
proxyDataSource.h
dataSourcePrototype.cpp
dataSourcePrototype.h curl/curlShare.cpp curl/curlShare.h)
dataSourcePrototype.h curl/curlShare.cpp curl/curlShare.h curl/CURLConnection.cpp curl/CURLConnection.h)


include_directories(
Expand Down
Loading

0 comments on commit 49d7694

Please sign in to comment.