mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
Core: WebSocket refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@11327 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3f03d655fc
commit
0ae2cfecc0
4 changed files with 625 additions and 272 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue