ChangeLog
- remove const in set_to_text_limit
- fix the assertion failure of std::isspace
- fix compile error of ini.hpp under arm gcc which is gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu
- Add the ASIO2_WAIT_FOR_READING_END macro to resolve the problem of a TCP session not being able to close due to continuous incoming data from the client.
- Fix the code quality check err...