增加对BR压缩编码的支持及对应的单元测试用例
This commit is contained in:
@@ -8,6 +8,7 @@ target_link_libraries(http common)
|
||||
target_link_libraries(http http-parser-static)
|
||||
target_link_libraries(http libevent-static)
|
||||
target_link_libraries(http z)
|
||||
target_link_libraries(http brotlienc-static brotlidec-static)
|
||||
|
||||
### UNITTEST CASE
|
||||
add_executable(test-http-half test/test_http_half.cpp)
|
||||
|
||||
Reference in New Issue
Block a user