去除缓存池功能

This commit is contained in:
xiongziliang
2018-03-02 14:33:57 +08:00
parent 5988376647
commit 28cc1433e5
3 changed files with 7 additions and 4 deletions

View File

@@ -85,7 +85,8 @@ protected:
int m_iNowStreamID = 0;
int m_iNowChunkID = 0;
bool m_bDataStarted = false;
ResourcePool<BufferRaw,MAX_SEND_PKT> m_bufferPool;
BufferRaw::Ptr obtainBuffer();
//ResourcePool<BufferRaw,MAX_SEND_PKT> m_bufferPool;
private:
void handle_S0S1S2(const function<void()> &cb);
void handle_C0C1();