fix ssl handshake and parsing issues

This commit is contained in:
Chunting Gu
2021-06-15 17:09:04 +08:00
parent 52fbba705b
commit e27338854c
10 changed files with 115 additions and 41 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ target_link_libraries(${TARGET} ${Boost_LIBRARIES})
# ZLIB
if(WEBCC_ENABLE_GZIP)
# The imported target ZLIB::ZLIB could be used instead.
# The imported target ZLIB::ZLIB could be used instead.
target_link_libraries(${TARGET} ${ZLIB_LIBRARIES})
endif()