zaphoyd / websocketpp

C++ websocket client/server library
http://www.zaphoyd.com/websocketpp
Other
7.08k stars 1.98k forks source link

handle_read_http_response error #1118

Open bigcat26 opened 11 months ago

bigcat26 commented 11 months ago

I have encountered a problem while running my program that was modified from the print_tls example of the websocketpp library version 0.8.2:

2023-12-19 19:12:12] [connect] Successful connection
[2023-12-19 19:12:12] [info] asio async_read_at_least error: asio.ssl.stream:1 (stream truncated)
[2023-12-19 19:12:12] [error] handle_read_http_response error: websocketpp.transport:2 (Underlying Transport Error)
[2023-12-19 19:12:12] [fail] WebSocket Connection 159.75.141.192:443 - "WebSocket++/0.8.2" /ws
 0 websocketpp.transport:2 Underlying Transport Error
[2023-12-19 19:12:12] [info] asio async_shutdown error: asio.ssl.stream:1 (stream truncated)