Support chunked response content (but no Trailer headers).
This commit is contained in:
+2
-1
@@ -90,6 +90,7 @@ if(WEBCC_ENABLE_SSL)
|
||||
find_package(OpenSSL)
|
||||
if(OPENSSL_FOUND)
|
||||
include_directories(${OPENSSL_INCLUDE_DIR})
|
||||
message(STATUS "OpenSSL libs: " ${OPENSSL_LIBRARIES})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@@ -142,7 +143,7 @@ if(WEBCC_ENABLE_EXAMPLES)
|
||||
|
||||
if(WEBCC_ENABLE_SSL)
|
||||
add_subdirectory(example/http_ssl_client)
|
||||
add_subdirectory(example/rest_github_client)
|
||||
add_subdirectory(example/github_rest_client)
|
||||
endif()
|
||||
|
||||
add_subdirectory(example/http_bin_client)
|
||||
|
||||
Reference in New Issue
Block a user