boost::asio reading all data from an ssl stream (without using EOF and connection: close headers)
i am developing a program that needs to read all the data from a boost::asio::ssl::stream<boost::beast::tcp_stream>
, etc a http webpage.
i am developing a program that needs to read all the data from a boost::asio::ssl::stream<boost::beast::tcp_stream>
, etc a http webpage.