mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
adds more logic for reading client handshake responses
This commit is contained in:
@@ -126,6 +126,11 @@ BOOST_AUTO_TEST_CASE( connect_con ) {
|
||||
// the read response internal state
|
||||
|
||||
std::cout << "output: " << out.str() << std::endl;
|
||||
|
||||
// TODO: more tests related to reading the HTTP response
|
||||
std::stringstream channel2;
|
||||
channel2 << "e\r\n\r\n";
|
||||
channel2 >> *con;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user