Core: WebSocket refactored

git-svn-id: svn://ultimatepp.org/upp/trunk@11327 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-09-17 20:21:21 +00:00
parent 3f03d655fc
commit 0ae2cfecc0
4 changed files with 625 additions and 272 deletions

View file

@ -825,7 +825,7 @@ int TcpSocket::Get(void *buffer, int count)
return done;
}
String TcpSocket::Get(int count)
String TcpSocket:: Get(int count)
{
if(count == 0)
return Null;