Loading src/connection.h +2 −2 Original line number Diff line number Diff line Loading @@ -145,6 +145,8 @@ namespace netplus { iterator end(); const_iterator end() const; /*postion for worker*/ size_t pos=0; void resize(size_t size_c)=delete; void append(const char *data,size_t datalen); Loading @@ -166,8 +168,6 @@ namespace netplus { condata<char> RecvData; condata<char> SendData; size_t pos=0; /*states*/ size_t SendOff = 0; Loading Loading
src/connection.h +2 −2 Original line number Diff line number Diff line Loading @@ -145,6 +145,8 @@ namespace netplus { iterator end(); const_iterator end() const; /*postion for worker*/ size_t pos=0; void resize(size_t size_c)=delete; void append(const char *data,size_t datalen); Loading @@ -166,8 +168,6 @@ namespace netplus { condata<char> RecvData; condata<char> SendData; size_t pos=0; /*states*/ size_t SendOff = 0; Loading