mirror of
https://github.com/boostorg/beast.git
synced 2026-04-12 20:55:49 +02:00
split up websocket tests
This commit is contained in:
@@ -115,9 +115,12 @@ enum class frame_type
|
||||
template<class NextLayer>
|
||||
class stream
|
||||
{
|
||||
friend class detail::frame_test;
|
||||
friend class stream_test;
|
||||
friend class frame_test;
|
||||
friend class stream_test;
|
||||
friend class stream_close_test;
|
||||
friend class stream_ping_test;
|
||||
friend class stream_read_test;
|
||||
friend class stream_write_test;
|
||||
|
||||
/* The read buffer has to be at least as large
|
||||
as the largest possible control frame including
|
||||
|
||||
Reference in New Issue
Block a user