nghttp2-asio
nghttp2-asio copied to clipboard
Hello, I'm trying to build nghttp2-asio from source code with visual studio 2022, **Project location :** ``` C:\Users\user\Desktop>ls nghttp2 nghttp2-asio ``` **Environment variables :** ``` C:\Users\user\Desktop>echo %OPENSSL_ROOT_DIR% C:\openssl-3.2.0\Lib\x64\Debug\ C:\Users\user\Desktop>echo %OPENSSL_CRYPTO_LIBRARY%...
Export the session_impl [to use for example botan](https://github.com/Bjoe/doh-with-nghttp2-asio/blob/e3c7557f93d787cfda2794d8f1da60b456518b00/src/main.cpp#L650C21-L650C33) instead of openssl. This approach may also solve this #14
Why is the C++ lib part failing to build under Windows with MSVC2022? All dependencies should be installed already via VCPKG. Please make this possible, the C code also isn't...
Currently, this library neither offers tests, CI or releases (as versioned milestones). This would be beneficial for a variety of reasons - future adaptations to the functionality (without breaking anything)...
Fixes outstanding compilation issues under windows with MSVC. Depends on #11.
I installed nghttp2-asio via vcpkg under Ubuntu 22.04 on WSL2 (Win10Pro) - all updated ofc. But find_path() and find_package() can't find "nghttp2-asio" although it is clearly installed. How does it...
Hello everyone, here is my issue: I am trying to build the library with cmake --build on Windows but I get this error: “Cannot open include file: ‘getopt.h’”. So my...
Using session a situation where io_service is already running is problematic in that callbacks could only be set after start_resolve was already called by the constructor, leading to missed callbacks....
Support linking both statically and shared during the same build. This is done with a mechanism to the one used in `nghttp2` (which also supports this).