Nikolay Baklicharov
Nikolay Baklicharov
I think your issue is nothing related to Beast.
Beast does not directly support proxies, you will have to implement that yourself.
By viewing your other opened issues I see that you are new to C++, networking, ASIO and Beast. You should start reading the docs, viewing the examples and in general...
@wopox1337 Can you just separate the packages? For example have: `rehlds-bin-win32-VERSION_NUM.zip` and `rehlds-bin-linux-VERSION_NUM.zip`? This way the Windows build will still be easily downloadable and the Linux version will not be...
Will 1.11 be ever released with this fix or at least 1.10.1?
This is again about 'test_info_' but with different(more recent) error: `Clang-Tidy: Initialization of 'test_info_' with static storage duration may throw an exception that cannot be caught`. Located in `gtest-internal.h`. I...
@wheybags Could you merge this and the other PR?
@HowardHinnant this patch really fixes the issue for me. Of course it should be noted that the library only works when an external TZ database is provided as it is...
@ndusart The only compilers which have support for time zones are MSVC 2022 and GCC 14. Clang libc++(used in NDK) is still very far from ready, even in their master...
Thanks a lot @ndusart ! Hopefully @HowardHinnant will merge it. P.S. the check `>= 1` is a bit strange. It could be just `> 0`. Zero seems more natural number...