yedf2 / handy

🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
BSD 2-Clause "Simplified" License
4.56k stars 1.33k forks source link

Fix some lint and make some code more rubust. #41

Closed wangqing1218 closed 6 years ago

wangqing1218 commented 6 years ago

In this change, I have done 2 tiny things:

  1. Changed a parameter name in Conf because we shouldn't use 1, 2, 3... and any characters without meaning for variables to distinguish from some other words.

  2. Made noncopyable more rubust.