Allenxuxu / gev

🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
MIT License
1.73k stars 194 forks source link

Fix the judgment of whether inBuffer is full #51

Closed ruanhanqin closed 3 years ago

ruanhanqin commented 3 years ago

Fix the judgment of whether inBuffer is full

Allenxuxu commented 3 years ago

这里改动是不对, 这段的代码的本意就是判断 buffer 是不是为空,为空就不写进去,少一次内存拷贝,你细看下代码。