Skip to content

Commit

Permalink
perf
Browse files Browse the repository at this point in the history
  • Loading branch information
songbingyu committed Nov 13, 2014
1 parent 88c272a commit a2169b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class SimpleBuffer
int32_t readFd( SocketHelper* socketHelper_, int fd )
{
// should read 2 ?
tiny_assert( freeSize() > 0 );
//tiny_assert( freeSize() > 0 );

char extrbuf[65535]={0};

Expand Down

0 comments on commit a2169b0

Please sign in to comment.