Skip to content
#

libevent

Here are 99 public repositories matching this topic...

ZhongHeyuan
ZhongHeyuan commented Jul 1, 2019

vcpkg install evpp 成功后。

Cmake中使用 find_package(evpp REQUIRED) 报错。
glog等库也是通过vcpkg安装的,可以使用find_package(glog REQUIRED)正常使用。

报错,信息如下:
PS C:\zhy\code\cpp_self\evpp_test\build> cmake -DCMAKE_TOOLCHAIN_FILE=C:/zhy/Lib/vcpkg/scripts/buildsystems/vcpkg.cmake
-G "Visual Studio 16 2019" -A Win32 ..
CMake Error at C:/zhy/Lib/vcpkg/scripts/buildsystems/vcpkg.cmake:266 (_find_package):
By not prov

tturbs
tturbs commented Dec 31, 2019

Details

multiple nc request in keepalive fails to increase keepalive count.

Steps or code to reproduce the problem.

diff --git a/examples/test_proxy.c b/examples/test_proxy.c
index daba6e5..9a2c8ef 100644
--- a/examples/test_proxy.c
+++ b/examples/test_proxy.c
@@ -45,7 +45,8 @@ backend_cb(evhtp_request_t * backend_req, void * arg) {
     evhtp_request_t * frontend_req = (evhtp

Improve this page

Add a description, image, and links to the libevent topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the libevent topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.