You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With current master the https_get_test of the client_test throws:
build_gcc :: (master) » tests/cpp-netlib-http-client_test --gtest_filter=client_test.https_get_test ~/prog/C++/cpp-netlib/build_gcc
Running main() from gtest_main.cc
Note: Google Test filter = client_test.https_get_test
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from client_test
[ RUN ] client_test.https_get_test
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_weak_ptr> >'
what(): tr1::bad_weak_ptr
[2] 6185 abort tests/cpp-netlib-http-client_test --gtest_filter=client_test.https_get_test
cpp-netlib: current master (-DCPP-NETLIB_ALWAYS_LOGGING=ON, rest at defaults)
GCC: 4.7.2
Boost: current trunk
OpenSSL: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so (found version "1.0.0k")