mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 13:47:10 +01:00
merge Unix Domain Sockets support and other changes from develop
This commit is contained in:
@@ -26,6 +26,7 @@ public:
|
||||
|
||||
void testWebSocket();
|
||||
void testWebSocketLarge();
|
||||
void testWebSocketLargeInOneFrame();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
@@ -33,6 +34,7 @@ public:
|
||||
static CppUnit::Test* suite();
|
||||
|
||||
private:
|
||||
void testOneLargeFrame(int msgSize);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user